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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L536: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionSendMessage() (to ChannelAdminLogEventActionSendMessageArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L3394: type ChannelAdminLogEventActionSendMessageArray []ChannelAdminLogEventActionSendMessage
		tl_channel_admin_log_event_action_slices_gen.go#L3397: func (s ChannelAdminLogEventActionSendMessageArray) Sort(less func(a, b ChannelAdminLogEventActionSendMessage) bool) ChannelAdminLogEventActionSendMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3405: func (s ChannelAdminLogEventActionSendMessageArray) SortStable(less func(a, b ChannelAdminLogEventActionSendMessage) bool) ChannelAdminLogEventActionSendMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3413: func (s ChannelAdminLogEventActionSendMessageArray) Retain(keep func(x ChannelAdminLogEventActionSendMessage) bool) ChannelAdminLogEventActionSendMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3427: func (s ChannelAdminLogEventActionSendMessageArray) First() (v ChannelAdminLogEventActionSendMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3435: func (s ChannelAdminLogEventActionSendMessageArray) Last() (v ChannelAdminLogEventActionSendMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3443: func (s *ChannelAdminLogEventActionSendMessageArray) PopFirst() (v ChannelAdminLogEventActionSendMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3462: func (s *ChannelAdminLogEventActionSendMessageArray) Pop() (v ChannelAdminLogEventActionSendMessage, ok bool) {