package
Version:
v1.2.2
Opens a new window with list of versions in this module.
Published: Mar 6, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Chat struct {
Id int `json:"id"`
}
type Message struct {
Text string `json:"text"`
Chat Chat `json:"chat"`
}
type Update struct {
UpdateId int `json:"update_id"`
Message Message `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.