type github.com/gotd/td/tg.SendMessageEmojiInteractionSeenArray
12 uses
github.com/gotd/td/tg (current package)
tl_send_message_action_slices_gen.go#L211: func (s SendMessageActionClassArray) AsSendMessageEmojiInteractionSeen() (to SendMessageEmojiInteractionSeenArray) {
tl_send_message_action_slices_gen.go#L798: type SendMessageEmojiInteractionSeenArray []SendMessageEmojiInteractionSeen
tl_send_message_action_slices_gen.go#L801: func (s SendMessageEmojiInteractionSeenArray) Sort(less func(a, b SendMessageEmojiInteractionSeen) bool) SendMessageEmojiInteractionSeenArray {
tl_send_message_action_slices_gen.go#L809: func (s SendMessageEmojiInteractionSeenArray) SortStable(less func(a, b SendMessageEmojiInteractionSeen) bool) SendMessageEmojiInteractionSeenArray {
tl_send_message_action_slices_gen.go#L817: func (s SendMessageEmojiInteractionSeenArray) Retain(keep func(x SendMessageEmojiInteractionSeen) bool) SendMessageEmojiInteractionSeenArray {
tl_send_message_action_slices_gen.go#L831: func (s SendMessageEmojiInteractionSeenArray) First() (v SendMessageEmojiInteractionSeen, ok bool) {
tl_send_message_action_slices_gen.go#L839: func (s SendMessageEmojiInteractionSeenArray) Last() (v SendMessageEmojiInteractionSeen, ok bool) {
tl_send_message_action_slices_gen.go#L847: func (s *SendMessageEmojiInteractionSeenArray) PopFirst() (v SendMessageEmojiInteractionSeen, ok bool) {
tl_send_message_action_slices_gen.go#L866: func (s *SendMessageEmojiInteractionSeenArray) Pop() (v SendMessageEmojiInteractionSeen, 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. |