1
0
telegram/utils_chosen_inline_result.go
2018-08-15 18:29:36 +05:00

6 lines
114 B
Go

package telegram
func (cir *ChosenInlineResult) HasLocation() bool {
return cir != nil && cir.Location != nil
}