Updates for Bot API 4.8.
This commit is contained in:
parent
75e27e1380
commit
774f1e72e7
3 changed files with 38 additions and 15 deletions
|
@ -918,9 +918,10 @@ func NewStopPoll(chatID int64, messageID int) StopPollConfig {
|
|||
// NewSendDice allows you to send a random dice roll.
|
||||
func NewSendDice(chatID int64) DiceConfig {
|
||||
return DiceConfig{
|
||||
BaseChat{
|
||||
BaseChat: BaseChat{
|
||||
ChatID: chatID,
|
||||
},
|
||||
Emoji: "",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue