6 lines
114 B
Go
6 lines
114 B
Go
package telegram
|
|
|
|
func (cir *ChosenInlineResult) HasLocation() bool {
|
|
return cir != nil && cir.Location != nil
|
|
}
|