10 lines
357 B
Go
10 lines
357 B
Go
|
package telegram
|
||
|
|
||
|
func (itmc *InputTextMessageContent) IsInputMessageContent() bool { return true }
|
||
|
|
||
|
func (ilmc *InputLocationMessageContent) IsInputMessageContent() bool { return true }
|
||
|
|
||
|
func (ivmc *InputVenueMessageContent) IsInputMessageContent() bool { return true }
|
||
|
|
||
|
func (icmc *InputContactMessageContent) IsInputMessageContent() bool { return true }
|