Remove deprecated methods, other small fixes.
This commit is contained in:
parent
3834565c35
commit
24489300ee
4 changed files with 31 additions and 41 deletions
|
@ -809,13 +809,6 @@ func NewStopPoll(chatID int64, messageID int) StopPollConfig {
|
|||
}
|
||||
}
|
||||
|
||||
// NewSendDice allows you to send a random dice roll.
|
||||
//
|
||||
// Deprecated: Use NewDice instead.
|
||||
func NewSendDice(chatID int64) DiceConfig {
|
||||
return NewDice(chatID)
|
||||
}
|
||||
|
||||
// NewDice allows you to send a random dice roll.
|
||||
func NewDice(chatID int64) DiceConfig {
|
||||
return DiceConfig{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue