1
0
telegram/utils_inline_query.go

6 lines
104 B
Go
Raw Normal View History

2018-08-15 13:26:07 +00:00
package telegram
func (iq *InlineQuery) HasLocation() bool {
return iq != nil && iq.Location != nil
}