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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L5231: type ChannelAdminLogEventActionSendMessage struct {
		tl_channel_admin_log_event_action_gen.go#L5240: func (c ChannelAdminLogEventActionSendMessage) construct() ChannelAdminLogEventActionClass { return &c }
		tl_channel_admin_log_event_action_gen.go#L5244: 	_ bin.Encoder     = &ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_gen.go#L5245: 	_ bin.Decoder     = &ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_gen.go#L5246: 	_ bin.BareEncoder = &ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_gen.go#L5247: 	_ bin.BareDecoder = &ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_gen.go#L5249: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_gen.go#L5252: func (c *ChannelAdminLogEventActionSendMessage) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L5264: func (c *ChannelAdminLogEventActionSendMessage) String() string {
		tl_channel_admin_log_event_action_gen.go#L5268: 	type Alias ChannelAdminLogEventActionSendMessage
		tl_channel_admin_log_event_action_gen.go#L5273: func (c *ChannelAdminLogEventActionSendMessage) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L5282: func (*ChannelAdminLogEventActionSendMessage) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L5287: func (*ChannelAdminLogEventActionSendMessage) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L5292: func (c *ChannelAdminLogEventActionSendMessage) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L5311: func (c *ChannelAdminLogEventActionSendMessage) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5320: func (c *ChannelAdminLogEventActionSendMessage) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5334: func (c *ChannelAdminLogEventActionSendMessage) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5345: func (c *ChannelAdminLogEventActionSendMessage) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5360: func (c *ChannelAdminLogEventActionSendMessage) GetMessage() (value MessageClass) {
		tl_channel_admin_log_event_action_gen.go#L8641: 		v := ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_slices_gen.go#L538: 		value, ok := elem.(*ChannelAdminLogEventActionSendMessage)
		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#L3453: 	var zero ChannelAdminLogEventActionSendMessage
		tl_channel_admin_log_event_action_slices_gen.go#L3462: func (s *ChannelAdminLogEventActionSendMessageArray) Pop() (v ChannelAdminLogEventActionSendMessage, ok bool) {
		tl_registry_gen.go#L5808: 		ChannelAdminLogEventActionSendMessageTypeID:              func() bin.Object { return &ChannelAdminLogEventActionSendMessage{} },