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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L159: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangePhoto() (to ChannelAdminLogEventActionChangePhotoArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L1016: type ChannelAdminLogEventActionChangePhotoArray []ChannelAdminLogEventActionChangePhoto
		tl_channel_admin_log_event_action_slices_gen.go#L1019: func (s ChannelAdminLogEventActionChangePhotoArray) Sort(less func(a, b ChannelAdminLogEventActionChangePhoto) bool) ChannelAdminLogEventActionChangePhotoArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1027: func (s ChannelAdminLogEventActionChangePhotoArray) SortStable(less func(a, b ChannelAdminLogEventActionChangePhoto) bool) ChannelAdminLogEventActionChangePhotoArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1035: func (s ChannelAdminLogEventActionChangePhotoArray) Retain(keep func(x ChannelAdminLogEventActionChangePhoto) bool) ChannelAdminLogEventActionChangePhotoArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1049: func (s ChannelAdminLogEventActionChangePhotoArray) First() (v ChannelAdminLogEventActionChangePhoto, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1057: func (s ChannelAdminLogEventActionChangePhotoArray) Last() (v ChannelAdminLogEventActionChangePhoto, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1065: func (s *ChannelAdminLogEventActionChangePhotoArray) PopFirst() (v ChannelAdminLogEventActionChangePhoto, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1084: func (s *ChannelAdminLogEventActionChangePhotoArray) Pop() (v ChannelAdminLogEventActionChangePhoto, ok bool) {