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#L1262: type ChannelAdminLogEventActionUpdatePinnedArray []ChannelAdminLogEventActionUpdatePinned
		tl_channel_admin_log_event_action_slices_gen.go#L1265: func (s ChannelAdminLogEventActionUpdatePinnedArray) Sort(less func(a, b ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1273: func (s ChannelAdminLogEventActionUpdatePinnedArray) SortStable(less func(a, b ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1281: func (s ChannelAdminLogEventActionUpdatePinnedArray) Retain(keep func(x ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1295: func (s ChannelAdminLogEventActionUpdatePinnedArray) First() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1303: func (s ChannelAdminLogEventActionUpdatePinnedArray) Last() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1311: func (s *ChannelAdminLogEventActionUpdatePinnedArray) PopFirst() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1330: func (s *ChannelAdminLogEventActionUpdatePinnedArray) Pop() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {