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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L224: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionDeleteMessage() (to ChannelAdminLogEventActionDeleteMessageArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L1426: type ChannelAdminLogEventActionDeleteMessageArray []ChannelAdminLogEventActionDeleteMessage
		tl_channel_admin_log_event_action_slices_gen.go#L1429: func (s ChannelAdminLogEventActionDeleteMessageArray) Sort(less func(a, b ChannelAdminLogEventActionDeleteMessage) bool) ChannelAdminLogEventActionDeleteMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1437: func (s ChannelAdminLogEventActionDeleteMessageArray) SortStable(less func(a, b ChannelAdminLogEventActionDeleteMessage) bool) ChannelAdminLogEventActionDeleteMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1445: func (s ChannelAdminLogEventActionDeleteMessageArray) Retain(keep func(x ChannelAdminLogEventActionDeleteMessage) bool) ChannelAdminLogEventActionDeleteMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1459: func (s ChannelAdminLogEventActionDeleteMessageArray) First() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1467: func (s ChannelAdminLogEventActionDeleteMessageArray) Last() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1475: func (s *ChannelAdminLogEventActionDeleteMessageArray) PopFirst() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1494: func (s *ChannelAdminLogEventActionDeleteMessageArray) Pop() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {