Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Chat ¶
func (Chat) IsSuperGroup ¶
type ChatType ¶
type ChatType string
const SuperGroupType ChatType = "supergroup"
func (ChatType) IsSuperGroup ¶
type ParseMode ¶
type ParseMode uint8
Four Types: ParseModeNone, ParseModeHTML, ParseModeMarkdown, ParseModeMarkdownV2 Use zero if not need to use escape text
func (ParseMode) EscapeText ¶
Code from https://github.com/go-telegram-bot-api/telegram-bot-api/blob/master/bot.go (Line 729)
type Topic ¶
type Topic struct {
ChatID int64 `json:"chatID"`
ThreadID TopicThreadID `json:"threadID"`
Name TopicName `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.