type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeUsernamesArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L562: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeUsernames() (to ChannelAdminLogEventActionChangeUsernamesArray) {
tl_channel_admin_log_event_action_slices_gen.go#L3493: type ChannelAdminLogEventActionChangeUsernamesArray []ChannelAdminLogEventActionChangeUsernames
tl_channel_admin_log_event_action_slices_gen.go#L3496: func (s ChannelAdminLogEventActionChangeUsernamesArray) Sort(less func(a, b ChannelAdminLogEventActionChangeUsernames) bool) ChannelAdminLogEventActionChangeUsernamesArray {
tl_channel_admin_log_event_action_slices_gen.go#L3504: func (s ChannelAdminLogEventActionChangeUsernamesArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeUsernames) bool) ChannelAdminLogEventActionChangeUsernamesArray {
tl_channel_admin_log_event_action_slices_gen.go#L3512: func (s ChannelAdminLogEventActionChangeUsernamesArray) Retain(keep func(x ChannelAdminLogEventActionChangeUsernames) bool) ChannelAdminLogEventActionChangeUsernamesArray {
tl_channel_admin_log_event_action_slices_gen.go#L3526: func (s ChannelAdminLogEventActionChangeUsernamesArray) First() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3534: func (s ChannelAdminLogEventActionChangeUsernamesArray) Last() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3542: func (s *ChannelAdminLogEventActionChangeUsernamesArray) PopFirst() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3561: func (s *ChannelAdminLogEventActionChangeUsernamesArray) Pop() (v ChannelAdminLogEventActionChangeUsernames, 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. |