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

6 lines
104 B
Go

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