type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeHistoryTTLArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L497: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeHistoryTTL() (to ChannelAdminLogEventActionChangeHistoryTTLArray) {
tl_channel_admin_log_event_action_slices_gen.go#L3083: type ChannelAdminLogEventActionChangeHistoryTTLArray []ChannelAdminLogEventActionChangeHistoryTTL
tl_channel_admin_log_event_action_slices_gen.go#L3086: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) Sort(less func(a, b ChannelAdminLogEventActionChangeHistoryTTL) bool) ChannelAdminLogEventActionChangeHistoryTTLArray {
tl_channel_admin_log_event_action_slices_gen.go#L3094: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeHistoryTTL) bool) ChannelAdminLogEventActionChangeHistoryTTLArray {
tl_channel_admin_log_event_action_slices_gen.go#L3102: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) Retain(keep func(x ChannelAdminLogEventActionChangeHistoryTTL) bool) ChannelAdminLogEventActionChangeHistoryTTLArray {
tl_channel_admin_log_event_action_slices_gen.go#L3116: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) First() (v ChannelAdminLogEventActionChangeHistoryTTL, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3124: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) Last() (v ChannelAdminLogEventActionChangeHistoryTTL, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3132: func (s *ChannelAdminLogEventActionChangeHistoryTTLArray) PopFirst() (v ChannelAdminLogEventActionChangeHistoryTTL, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3151: func (s *ChannelAdminLogEventActionChangeHistoryTTLArray) Pop() (v ChannelAdminLogEventActionChangeHistoryTTL, 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. |