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#L716: type SendMessageEmojiInteractionArray []SendMessageEmojiInteraction
		tl_send_message_action_slices_gen.go#L719: func (s SendMessageEmojiInteractionArray) Sort(less func(a, b SendMessageEmojiInteraction) bool) SendMessageEmojiInteractionArray {
		tl_send_message_action_slices_gen.go#L727: func (s SendMessageEmojiInteractionArray) SortStable(less func(a, b SendMessageEmojiInteraction) bool) SendMessageEmojiInteractionArray {
		tl_send_message_action_slices_gen.go#L735: func (s SendMessageEmojiInteractionArray) Retain(keep func(x SendMessageEmojiInteraction) bool) SendMessageEmojiInteractionArray {
		tl_send_message_action_slices_gen.go#L749: func (s SendMessageEmojiInteractionArray) First() (v SendMessageEmojiInteraction, ok bool) {
		tl_send_message_action_slices_gen.go#L757: func (s SendMessageEmojiInteractionArray) Last() (v SendMessageEmojiInteraction, ok bool) {
		tl_send_message_action_slices_gen.go#L765: func (s *SendMessageEmojiInteractionArray) PopFirst() (v SendMessageEmojiInteraction, ok bool) {
		tl_send_message_action_slices_gen.go#L784: func (s *SendMessageEmojiInteractionArray) Pop() (v SendMessageEmojiInteraction, ok bool) {