package
Version:
v0.0.0-...-d08261a
Opens a new window with list of versions in this module.
Published: Sep 16, 2024
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 PostParams struct {
Photo string `url:"photo,omitempty"`
Video string `url:"video,omitempty"`
ParseMode string `url:"parse_mode,omitempty"`
ChatID int `url:"chat_id,omitempty"`
Caption string `url:"caption,omitempty"`
}
type TGError struct {
Ok bool `json:"ok"`
Description string `json:"description,omitempty"`
}
type TGResponse struct {
Ok bool `json:"ok"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.