type github.com/gotd/td/tg.SendMessageEmojiInteractionArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_send_message_action_slices_gen.go#L198: func (s SendMessageActionClassArray) AsSendMessageEmojiInteraction() (to SendMessageEmojiInteractionArray) {
		tl_send_message_action_slices_gen.go#L755: type SendMessageEmojiInteractionArray []SendMessageEmojiInteraction
		tl_send_message_action_slices_gen.go#L758: func (s SendMessageEmojiInteractionArray) Sort(less func(a, b SendMessageEmojiInteraction) bool) SendMessageEmojiInteractionArray {
		tl_send_message_action_slices_gen.go#L766: func (s SendMessageEmojiInteractionArray) SortStable(less func(a, b SendMessageEmojiInteraction) bool) SendMessageEmojiInteractionArray {
		tl_send_message_action_slices_gen.go#L774: func (s SendMessageEmojiInteractionArray) Retain(keep func(x SendMessageEmojiInteraction) bool) SendMessageEmojiInteractionArray {
		tl_send_message_action_slices_gen.go#L788: func (s SendMessageEmojiInteractionArray) First() (v SendMessageEmojiInteraction, ok bool) {
		tl_send_message_action_slices_gen.go#L796: func (s SendMessageEmojiInteractionArray) Last() (v SendMessageEmojiInteraction, ok bool) {
		tl_send_message_action_slices_gen.go#L804: func (s *SendMessageEmojiInteractionArray) PopFirst() (v SendMessageEmojiInteraction, ok bool) {
		tl_send_message_action_slices_gen.go#L823: func (s *SendMessageEmojiInteractionArray) Pop() (v SendMessageEmojiInteraction, ok bool) {