Updates for Bot API 4.8.

This commit is contained in:
Syfaro 2020-04-24 13:18:26 -05:00
parent 75e27e1380
commit 774f1e72e7
3 changed files with 38 additions and 15 deletions

View file

@ -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: "",
}
}