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) {
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |