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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L6203: type ChannelAdminLogEventActionDeleteTopic struct {
		tl_channel_admin_log_event_action_gen.go#L6215: func (c ChannelAdminLogEventActionDeleteTopic) construct() ChannelAdminLogEventActionClass { return &c }
		tl_channel_admin_log_event_action_gen.go#L6219: 	_ bin.Encoder     = &ChannelAdminLogEventActionDeleteTopic{}
		tl_channel_admin_log_event_action_gen.go#L6220: 	_ bin.Decoder     = &ChannelAdminLogEventActionDeleteTopic{}
		tl_channel_admin_log_event_action_gen.go#L6221: 	_ bin.BareEncoder = &ChannelAdminLogEventActionDeleteTopic{}
		tl_channel_admin_log_event_action_gen.go#L6222: 	_ bin.BareDecoder = &ChannelAdminLogEventActionDeleteTopic{}
		tl_channel_admin_log_event_action_gen.go#L6224: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionDeleteTopic{}
		tl_channel_admin_log_event_action_gen.go#L6227: func (c *ChannelAdminLogEventActionDeleteTopic) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L6239: func (c *ChannelAdminLogEventActionDeleteTopic) String() string {
		tl_channel_admin_log_event_action_gen.go#L6243: 	type Alias ChannelAdminLogEventActionDeleteTopic
		tl_channel_admin_log_event_action_gen.go#L6248: func (c *ChannelAdminLogEventActionDeleteTopic) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L6257: func (*ChannelAdminLogEventActionDeleteTopic) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L6262: func (*ChannelAdminLogEventActionDeleteTopic) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L6267: func (c *ChannelAdminLogEventActionDeleteTopic) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L6286: func (c *ChannelAdminLogEventActionDeleteTopic) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6295: func (c *ChannelAdminLogEventActionDeleteTopic) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6309: func (c *ChannelAdminLogEventActionDeleteTopic) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6320: func (c *ChannelAdminLogEventActionDeleteTopic) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6335: func (c *ChannelAdminLogEventActionDeleteTopic) GetTopic() (value ForumTopicClass) {
		tl_channel_admin_log_event_action_gen.go#L8683: 		v := ChannelAdminLogEventActionDeleteTopic{}
		tl_channel_admin_log_event_action_slices_gen.go#L616: 		value, ok := elem.(*ChannelAdminLogEventActionDeleteTopic)
		tl_channel_admin_log_event_action_slices_gen.go#L3886: type ChannelAdminLogEventActionDeleteTopicArray []ChannelAdminLogEventActionDeleteTopic
		tl_channel_admin_log_event_action_slices_gen.go#L3889: func (s ChannelAdminLogEventActionDeleteTopicArray) Sort(less func(a, b ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3897: func (s ChannelAdminLogEventActionDeleteTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3905: func (s ChannelAdminLogEventActionDeleteTopicArray) Retain(keep func(x ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3919: func (s ChannelAdminLogEventActionDeleteTopicArray) First() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3927: func (s ChannelAdminLogEventActionDeleteTopicArray) Last() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3935: func (s *ChannelAdminLogEventActionDeleteTopicArray) PopFirst() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3945: 	var zero ChannelAdminLogEventActionDeleteTopic
		tl_channel_admin_log_event_action_slices_gen.go#L3954: func (s *ChannelAdminLogEventActionDeleteTopicArray) Pop() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
		tl_registry_gen.go#L5814: 		ChannelAdminLogEventActionDeleteTopicTypeID:              func() bin.Object { return &ChannelAdminLogEventActionDeleteTopic{} },