type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeUsernameArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L146: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeUsername() (to ChannelAdminLogEventActionChangeUsernameArray) {
tl_channel_admin_log_event_action_slices_gen.go#L869: type ChannelAdminLogEventActionChangeUsernameArray []ChannelAdminLogEventActionChangeUsername
tl_channel_admin_log_event_action_slices_gen.go#L872: func (s ChannelAdminLogEventActionChangeUsernameArray) Sort(less func(a, b ChannelAdminLogEventActionChangeUsername) bool) ChannelAdminLogEventActionChangeUsernameArray {
tl_channel_admin_log_event_action_slices_gen.go#L880: func (s ChannelAdminLogEventActionChangeUsernameArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeUsername) bool) ChannelAdminLogEventActionChangeUsernameArray {
tl_channel_admin_log_event_action_slices_gen.go#L888: func (s ChannelAdminLogEventActionChangeUsernameArray) Retain(keep func(x ChannelAdminLogEventActionChangeUsername) bool) ChannelAdminLogEventActionChangeUsernameArray {
tl_channel_admin_log_event_action_slices_gen.go#L902: func (s ChannelAdminLogEventActionChangeUsernameArray) First() (v ChannelAdminLogEventActionChangeUsername, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L910: func (s ChannelAdminLogEventActionChangeUsernameArray) Last() (v ChannelAdminLogEventActionChangeUsername, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L918: func (s *ChannelAdminLogEventActionChangeUsernameArray) PopFirst() (v ChannelAdminLogEventActionChangeUsername, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L937: func (s *ChannelAdminLogEventActionChangeUsernameArray) Pop() (v ChannelAdminLogEventActionChangeUsername, 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. |