type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeTitleArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L120: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeTitle() (to ChannelAdminLogEventActionChangeTitleArray) {
tl_channel_admin_log_event_action_slices_gen.go#L705: type ChannelAdminLogEventActionChangeTitleArray []ChannelAdminLogEventActionChangeTitle
tl_channel_admin_log_event_action_slices_gen.go#L708: func (s ChannelAdminLogEventActionChangeTitleArray) Sort(less func(a, b ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
tl_channel_admin_log_event_action_slices_gen.go#L716: func (s ChannelAdminLogEventActionChangeTitleArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
tl_channel_admin_log_event_action_slices_gen.go#L724: func (s ChannelAdminLogEventActionChangeTitleArray) Retain(keep func(x ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
tl_channel_admin_log_event_action_slices_gen.go#L738: func (s ChannelAdminLogEventActionChangeTitleArray) First() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L746: func (s ChannelAdminLogEventActionChangeTitleArray) Last() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L754: func (s *ChannelAdminLogEventActionChangeTitleArray) PopFirst() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L773: func (s *ChannelAdminLogEventActionChangeTitleArray) Pop() (v ChannelAdminLogEventActionChangeTitle, 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. |