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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L6193: type ChannelAdminLogEventActionDeleteTopic struct {
		tl_channel_admin_log_event_action_gen.go#L6205: func (c ChannelAdminLogEventActionDeleteTopic) construct() ChannelAdminLogEventActionClass { return &c }
		tl_channel_admin_log_event_action_gen.go#L6209: 	_ bin.Encoder     = &ChannelAdminLogEventActionDeleteTopic{}
		tl_channel_admin_log_event_action_gen.go#L6210: 	_ bin.Decoder     = &ChannelAdminLogEventActionDeleteTopic{}
		tl_channel_admin_log_event_action_gen.go#L6211: 	_ bin.BareEncoder = &ChannelAdminLogEventActionDeleteTopic{}
		tl_channel_admin_log_event_action_gen.go#L6212: 	_ bin.BareDecoder = &ChannelAdminLogEventActionDeleteTopic{}
		tl_channel_admin_log_event_action_gen.go#L6214: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionDeleteTopic{}
		tl_channel_admin_log_event_action_gen.go#L6217: func (c *ChannelAdminLogEventActionDeleteTopic) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L6229: func (c *ChannelAdminLogEventActionDeleteTopic) String() string {
		tl_channel_admin_log_event_action_gen.go#L6233: 	type Alias ChannelAdminLogEventActionDeleteTopic
		tl_channel_admin_log_event_action_gen.go#L6238: func (c *ChannelAdminLogEventActionDeleteTopic) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L6247: func (*ChannelAdminLogEventActionDeleteTopic) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L6252: func (*ChannelAdminLogEventActionDeleteTopic) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L6257: func (c *ChannelAdminLogEventActionDeleteTopic) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L6276: func (c *ChannelAdminLogEventActionDeleteTopic) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6285: func (c *ChannelAdminLogEventActionDeleteTopic) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6299: func (c *ChannelAdminLogEventActionDeleteTopic) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6310: func (c *ChannelAdminLogEventActionDeleteTopic) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6325: func (c *ChannelAdminLogEventActionDeleteTopic) GetTopic() (value ForumTopicClass) {
		tl_channel_admin_log_event_action_gen.go#L7753: 		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#L3821: type ChannelAdminLogEventActionDeleteTopicArray []ChannelAdminLogEventActionDeleteTopic
		tl_channel_admin_log_event_action_slices_gen.go#L3824: func (s ChannelAdminLogEventActionDeleteTopicArray) Sort(less func(a, b ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3832: func (s ChannelAdminLogEventActionDeleteTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3840: func (s ChannelAdminLogEventActionDeleteTopicArray) Retain(keep func(x ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3854: func (s ChannelAdminLogEventActionDeleteTopicArray) First() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3862: func (s ChannelAdminLogEventActionDeleteTopicArray) Last() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3870: func (s *ChannelAdminLogEventActionDeleteTopicArray) PopFirst() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3880: 	var zero ChannelAdminLogEventActionDeleteTopic
		tl_channel_admin_log_event_action_slices_gen.go#L3889: func (s *ChannelAdminLogEventActionDeleteTopicArray) Pop() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
		tl_registry_gen.go#L4392: 		ChannelAdminLogEventActionDeleteTopicTypeID:              func() bin.Object { return &ChannelAdminLogEventActionDeleteTopic{} },