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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L5882: type ChannelAdminLogEventActionCreateTopic struct {
		tl_channel_admin_log_event_action_gen.go#L5894: func (c ChannelAdminLogEventActionCreateTopic) construct() ChannelAdminLogEventActionClass { return &c }
		tl_channel_admin_log_event_action_gen.go#L5898: 	_ bin.Encoder     = &ChannelAdminLogEventActionCreateTopic{}
		tl_channel_admin_log_event_action_gen.go#L5899: 	_ bin.Decoder     = &ChannelAdminLogEventActionCreateTopic{}
		tl_channel_admin_log_event_action_gen.go#L5900: 	_ bin.BareEncoder = &ChannelAdminLogEventActionCreateTopic{}
		tl_channel_admin_log_event_action_gen.go#L5901: 	_ bin.BareDecoder = &ChannelAdminLogEventActionCreateTopic{}
		tl_channel_admin_log_event_action_gen.go#L5903: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionCreateTopic{}
		tl_channel_admin_log_event_action_gen.go#L5906: func (c *ChannelAdminLogEventActionCreateTopic) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L5918: func (c *ChannelAdminLogEventActionCreateTopic) String() string {
		tl_channel_admin_log_event_action_gen.go#L5922: 	type Alias ChannelAdminLogEventActionCreateTopic
		tl_channel_admin_log_event_action_gen.go#L5927: func (c *ChannelAdminLogEventActionCreateTopic) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L5936: func (*ChannelAdminLogEventActionCreateTopic) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L5941: func (*ChannelAdminLogEventActionCreateTopic) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L5946: func (c *ChannelAdminLogEventActionCreateTopic) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L5965: func (c *ChannelAdminLogEventActionCreateTopic) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5974: func (c *ChannelAdminLogEventActionCreateTopic) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5988: func (c *ChannelAdminLogEventActionCreateTopic) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5999: func (c *ChannelAdminLogEventActionCreateTopic) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6014: func (c *ChannelAdminLogEventActionCreateTopic) GetTopic() (value ForumTopicClass) {
		tl_channel_admin_log_event_action_gen.go#L8669: 		v := ChannelAdminLogEventActionCreateTopic{}
		tl_channel_admin_log_event_action_slices_gen.go#L590: 		value, ok := elem.(*ChannelAdminLogEventActionCreateTopic)
		tl_channel_admin_log_event_action_slices_gen.go#L3722: type ChannelAdminLogEventActionCreateTopicArray []ChannelAdminLogEventActionCreateTopic
		tl_channel_admin_log_event_action_slices_gen.go#L3725: func (s ChannelAdminLogEventActionCreateTopicArray) Sort(less func(a, b ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3733: func (s ChannelAdminLogEventActionCreateTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3741: func (s ChannelAdminLogEventActionCreateTopicArray) Retain(keep func(x ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3755: func (s ChannelAdminLogEventActionCreateTopicArray) First() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3763: func (s ChannelAdminLogEventActionCreateTopicArray) Last() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3771: func (s *ChannelAdminLogEventActionCreateTopicArray) PopFirst() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3781: 	var zero ChannelAdminLogEventActionCreateTopic
		tl_channel_admin_log_event_action_slices_gen.go#L3790: func (s *ChannelAdminLogEventActionCreateTopicArray) Pop() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
		tl_registry_gen.go#L5812: 		ChannelAdminLogEventActionCreateTopicTypeID:              func() bin.Object { return &ChannelAdminLogEventActionCreateTopic{} },