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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L666: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeProfilePeerColor() (to ChannelAdminLogEventActionChangeProfilePeerColorArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L4149: type ChannelAdminLogEventActionChangeProfilePeerColorArray []ChannelAdminLogEventActionChangeProfilePeerColor
		tl_channel_admin_log_event_action_slices_gen.go#L4152: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) Sort(less func(a, b ChannelAdminLogEventActionChangeProfilePeerColor) bool) ChannelAdminLogEventActionChangeProfilePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4160: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeProfilePeerColor) bool) ChannelAdminLogEventActionChangeProfilePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4168: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) Retain(keep func(x ChannelAdminLogEventActionChangeProfilePeerColor) bool) ChannelAdminLogEventActionChangeProfilePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4182: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) First() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4190: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) Last() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4198: func (s *ChannelAdminLogEventActionChangeProfilePeerColorArray) PopFirst() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4217: func (s *ChannelAdminLogEventActionChangeProfilePeerColorArray) Pop() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {