type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeEmojiStatusArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L692: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeEmojiStatus() (to ChannelAdminLogEventActionChangeEmojiStatusArray) {
tl_channel_admin_log_event_action_slices_gen.go#L4313: type ChannelAdminLogEventActionChangeEmojiStatusArray []ChannelAdminLogEventActionChangeEmojiStatus
tl_channel_admin_log_event_action_slices_gen.go#L4316: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) Sort(less func(a, b ChannelAdminLogEventActionChangeEmojiStatus) bool) ChannelAdminLogEventActionChangeEmojiStatusArray {
tl_channel_admin_log_event_action_slices_gen.go#L4324: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeEmojiStatus) bool) ChannelAdminLogEventActionChangeEmojiStatusArray {
tl_channel_admin_log_event_action_slices_gen.go#L4332: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) Retain(keep func(x ChannelAdminLogEventActionChangeEmojiStatus) bool) ChannelAdminLogEventActionChangeEmojiStatusArray {
tl_channel_admin_log_event_action_slices_gen.go#L4346: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) First() (v ChannelAdminLogEventActionChangeEmojiStatus, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4354: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) Last() (v ChannelAdminLogEventActionChangeEmojiStatus, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4362: func (s *ChannelAdminLogEventActionChangeEmojiStatusArray) PopFirst() (v ChannelAdminLogEventActionChangeEmojiStatus, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4381: func (s *ChannelAdminLogEventActionChangeEmojiStatusArray) Pop() (v ChannelAdminLogEventActionChangeEmojiStatus, 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. |