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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L328: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeLinkedChat() (to ChannelAdminLogEventActionChangeLinkedChatArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L2017: type ChannelAdminLogEventActionChangeLinkedChatArray []ChannelAdminLogEventActionChangeLinkedChat
		tl_channel_admin_log_event_action_slices_gen.go#L2020: func (s ChannelAdminLogEventActionChangeLinkedChatArray) Sort(less func(a, b ChannelAdminLogEventActionChangeLinkedChat) bool) ChannelAdminLogEventActionChangeLinkedChatArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2028: func (s ChannelAdminLogEventActionChangeLinkedChatArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeLinkedChat) bool) ChannelAdminLogEventActionChangeLinkedChatArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2036: func (s ChannelAdminLogEventActionChangeLinkedChatArray) Retain(keep func(x ChannelAdminLogEventActionChangeLinkedChat) bool) ChannelAdminLogEventActionChangeLinkedChatArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2050: func (s ChannelAdminLogEventActionChangeLinkedChatArray) First() (v ChannelAdminLogEventActionChangeLinkedChat, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2058: func (s ChannelAdminLogEventActionChangeLinkedChatArray) Last() (v ChannelAdminLogEventActionChangeLinkedChat, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2066: func (s *ChannelAdminLogEventActionChangeLinkedChatArray) PopFirst() (v ChannelAdminLogEventActionChangeLinkedChat, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2085: func (s *ChannelAdminLogEventActionChangeLinkedChatArray) Pop() (v ChannelAdminLogEventActionChangeLinkedChat, ok bool) {