package
Version:
v0.0.0-...-7df517a
Opens a new window with list of versions in this module.
Published: Oct 29, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
User User `json:"from"`
Chat User `json:"chat"`
Text string `json:"text"`
}
type Update struct {
ID int64 `json:"update_id"`
Message Message `json:"message"`
}
type User struct {
ID int64 `json:"id"`
Username string `json:"username"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.