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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L1286: type ChannelAdminLogEventActionDeleteMessage struct {
		tl_channel_admin_log_event_action_gen.go#L1295: func (c ChannelAdminLogEventActionDeleteMessage) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L1301: 	_ bin.Encoder     = &ChannelAdminLogEventActionDeleteMessage{}
		tl_channel_admin_log_event_action_gen.go#L1302: 	_ bin.Decoder     = &ChannelAdminLogEventActionDeleteMessage{}
		tl_channel_admin_log_event_action_gen.go#L1303: 	_ bin.BareEncoder = &ChannelAdminLogEventActionDeleteMessage{}
		tl_channel_admin_log_event_action_gen.go#L1304: 	_ bin.BareDecoder = &ChannelAdminLogEventActionDeleteMessage{}
		tl_channel_admin_log_event_action_gen.go#L1306: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionDeleteMessage{}
		tl_channel_admin_log_event_action_gen.go#L1309: func (c *ChannelAdminLogEventActionDeleteMessage) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L1321: func (c *ChannelAdminLogEventActionDeleteMessage) String() string {
		tl_channel_admin_log_event_action_gen.go#L1325: 	type Alias ChannelAdminLogEventActionDeleteMessage
		tl_channel_admin_log_event_action_gen.go#L1330: func (c *ChannelAdminLogEventActionDeleteMessage) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L1339: func (*ChannelAdminLogEventActionDeleteMessage) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L1344: func (*ChannelAdminLogEventActionDeleteMessage) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L1349: func (c *ChannelAdminLogEventActionDeleteMessage) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L1368: func (c *ChannelAdminLogEventActionDeleteMessage) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1377: func (c *ChannelAdminLogEventActionDeleteMessage) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1391: func (c *ChannelAdminLogEventActionDeleteMessage) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1402: func (c *ChannelAdminLogEventActionDeleteMessage) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1417: func (c *ChannelAdminLogEventActionDeleteMessage) GetMessage() (value MessageClass) {
		tl_channel_admin_log_event_action_gen.go#L7529: 		v := ChannelAdminLogEventActionDeleteMessage{}
		tl_channel_admin_log_event_action_slices_gen.go#L226: 		value, ok := elem.(*ChannelAdminLogEventActionDeleteMessage)
		tl_channel_admin_log_event_action_slices_gen.go#L1361: type ChannelAdminLogEventActionDeleteMessageArray []ChannelAdminLogEventActionDeleteMessage
		tl_channel_admin_log_event_action_slices_gen.go#L1364: func (s ChannelAdminLogEventActionDeleteMessageArray) Sort(less func(a, b ChannelAdminLogEventActionDeleteMessage) bool) ChannelAdminLogEventActionDeleteMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1372: func (s ChannelAdminLogEventActionDeleteMessageArray) SortStable(less func(a, b ChannelAdminLogEventActionDeleteMessage) bool) ChannelAdminLogEventActionDeleteMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1380: func (s ChannelAdminLogEventActionDeleteMessageArray) Retain(keep func(x ChannelAdminLogEventActionDeleteMessage) bool) ChannelAdminLogEventActionDeleteMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1394: func (s ChannelAdminLogEventActionDeleteMessageArray) First() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1402: func (s ChannelAdminLogEventActionDeleteMessageArray) Last() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1410: func (s *ChannelAdminLogEventActionDeleteMessageArray) PopFirst() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1420: 	var zero ChannelAdminLogEventActionDeleteMessage
		tl_channel_admin_log_event_action_slices_gen.go#L1429: func (s *ChannelAdminLogEventActionDeleteMessageArray) Pop() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {
		tl_registry_gen.go#L4360: 		ChannelAdminLogEventActionDeleteMessageTypeID:            func() bin.Object { return &ChannelAdminLogEventActionDeleteMessage{} },