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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L198: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionUpdatePinned() (to ChannelAdminLogEventActionUpdatePinnedArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L1197: type ChannelAdminLogEventActionUpdatePinnedArray []ChannelAdminLogEventActionUpdatePinned
		tl_channel_admin_log_event_action_slices_gen.go#L1200: func (s ChannelAdminLogEventActionUpdatePinnedArray) Sort(less func(a, b ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1208: func (s ChannelAdminLogEventActionUpdatePinnedArray) SortStable(less func(a, b ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1216: func (s ChannelAdminLogEventActionUpdatePinnedArray) Retain(keep func(x ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1230: func (s ChannelAdminLogEventActionUpdatePinnedArray) First() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1238: func (s ChannelAdminLogEventActionUpdatePinnedArray) Last() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1246: func (s *ChannelAdminLogEventActionUpdatePinnedArray) PopFirst() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1265: func (s *ChannelAdminLogEventActionUpdatePinnedArray) Pop() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {