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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L588: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionCreateTopic() (to ChannelAdminLogEventActionCreateTopicArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L3657: type ChannelAdminLogEventActionCreateTopicArray []ChannelAdminLogEventActionCreateTopic
		tl_channel_admin_log_event_action_slices_gen.go#L3660: func (s ChannelAdminLogEventActionCreateTopicArray) Sort(less func(a, b ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3668: func (s ChannelAdminLogEventActionCreateTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3676: func (s ChannelAdminLogEventActionCreateTopicArray) Retain(keep func(x ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3690: func (s ChannelAdminLogEventActionCreateTopicArray) First() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3698: func (s ChannelAdminLogEventActionCreateTopicArray) Last() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3706: func (s *ChannelAdminLogEventActionCreateTopicArray) PopFirst() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3725: func (s *ChannelAdminLogEventActionCreateTopicArray) Pop() (v ChannelAdminLogEventActionCreateTopic, ok bool) {