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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |