type github.com/gotd/td/tg.ChannelAdminLogEventActionDeleteTopicArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L614: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionDeleteTopic() (to ChannelAdminLogEventActionDeleteTopicArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L3821: type ChannelAdminLogEventActionDeleteTopicArray []ChannelAdminLogEventActionDeleteTopic
		tl_channel_admin_log_event_action_slices_gen.go#L3824: func (s ChannelAdminLogEventActionDeleteTopicArray) Sort(less func(a, b ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3832: func (s ChannelAdminLogEventActionDeleteTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3840: func (s ChannelAdminLogEventActionDeleteTopicArray) Retain(keep func(x ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3854: func (s ChannelAdminLogEventActionDeleteTopicArray) First() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3862: func (s ChannelAdminLogEventActionDeleteTopicArray) Last() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3870: func (s *ChannelAdminLogEventActionDeleteTopicArray) PopFirst() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3889: func (s *ChannelAdminLogEventActionDeleteTopicArray) Pop() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {