type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeAboutArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L133: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeAbout() (to ChannelAdminLogEventActionChangeAboutArray) {
tl_channel_admin_log_event_action_slices_gen.go#L787: type ChannelAdminLogEventActionChangeAboutArray []ChannelAdminLogEventActionChangeAbout
tl_channel_admin_log_event_action_slices_gen.go#L790: func (s ChannelAdminLogEventActionChangeAboutArray) Sort(less func(a, b ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
tl_channel_admin_log_event_action_slices_gen.go#L798: func (s ChannelAdminLogEventActionChangeAboutArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
tl_channel_admin_log_event_action_slices_gen.go#L806: func (s ChannelAdminLogEventActionChangeAboutArray) Retain(keep func(x ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
tl_channel_admin_log_event_action_slices_gen.go#L820: func (s ChannelAdminLogEventActionChangeAboutArray) First() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L828: func (s ChannelAdminLogEventActionChangeAboutArray) Last() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L836: func (s *ChannelAdminLogEventActionChangeAboutArray) PopFirst() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L855: func (s *ChannelAdminLogEventActionChangeAboutArray) Pop() (v ChannelAdminLogEventActionChangeAbout, 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. |