1
0
telegram/helpers.go
2017-11-23 13:59:25 +05:00

9 lines
138 B
Go

package telegram
func NewForceReply(selective bool) *ForceReply {
return &ForceReply{
ForceReply: true,
Selective: selective,
}
}