Fix parameter name
This commit is contained in:
parent
1b2d9a5c42
commit
fee84ee239
1 changed files with 1 additions and 1 deletions
2
types.go
2
types.go
|
@ -149,5 +149,5 @@ type ReplyKeyboardHide struct {
|
||||||
// ForceReply allows the Bot to have users directly reply to it without additional interaction.
|
// ForceReply allows the Bot to have users directly reply to it without additional interaction.
|
||||||
type ForceReply struct {
|
type ForceReply struct {
|
||||||
ForceReply bool `json:"force_reply"`
|
ForceReply bool `json:"force_reply"`
|
||||||
Selective bool `json:"force_reply"`
|
Selective bool `json:"selective"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue