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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L5872: type ChannelAdminLogEventActionCreateTopic struct {
		tl_channel_admin_log_event_action_gen.go#L5884: func (c ChannelAdminLogEventActionCreateTopic) construct() ChannelAdminLogEventActionClass { return &c }
		tl_channel_admin_log_event_action_gen.go#L5888: 	_ bin.Encoder     = &ChannelAdminLogEventActionCreateTopic{}
		tl_channel_admin_log_event_action_gen.go#L5889: 	_ bin.Decoder     = &ChannelAdminLogEventActionCreateTopic{}
		tl_channel_admin_log_event_action_gen.go#L5890: 	_ bin.BareEncoder = &ChannelAdminLogEventActionCreateTopic{}
		tl_channel_admin_log_event_action_gen.go#L5891: 	_ bin.BareDecoder = &ChannelAdminLogEventActionCreateTopic{}
		tl_channel_admin_log_event_action_gen.go#L5893: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionCreateTopic{}
		tl_channel_admin_log_event_action_gen.go#L5896: func (c *ChannelAdminLogEventActionCreateTopic) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L5908: func (c *ChannelAdminLogEventActionCreateTopic) String() string {
		tl_channel_admin_log_event_action_gen.go#L5912: 	type Alias ChannelAdminLogEventActionCreateTopic
		tl_channel_admin_log_event_action_gen.go#L5917: func (c *ChannelAdminLogEventActionCreateTopic) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L5926: func (*ChannelAdminLogEventActionCreateTopic) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L5931: func (*ChannelAdminLogEventActionCreateTopic) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L5936: func (c *ChannelAdminLogEventActionCreateTopic) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L5955: func (c *ChannelAdminLogEventActionCreateTopic) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5964: func (c *ChannelAdminLogEventActionCreateTopic) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5978: func (c *ChannelAdminLogEventActionCreateTopic) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5989: func (c *ChannelAdminLogEventActionCreateTopic) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6004: func (c *ChannelAdminLogEventActionCreateTopic) GetTopic() (value ForumTopicClass) {
		tl_channel_admin_log_event_action_gen.go#L7739: 		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#L3657: type ChannelAdminLogEventActionCreateTopicArray []ChannelAdminLogEventActionCreateTopic
		tl_channel_admin_log_event_action_slices_gen.go#L3660: func (s ChannelAdminLogEventActionCreateTopicArray) Sort(less func(a, b ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3668: func (s ChannelAdminLogEventActionCreateTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3676: func (s ChannelAdminLogEventActionCreateTopicArray) Retain(keep func(x ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3690: func (s ChannelAdminLogEventActionCreateTopicArray) First() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3698: func (s ChannelAdminLogEventActionCreateTopicArray) Last() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3706: func (s *ChannelAdminLogEventActionCreateTopicArray) PopFirst() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3716: 	var zero ChannelAdminLogEventActionCreateTopic
		tl_channel_admin_log_event_action_slices_gen.go#L3725: func (s *ChannelAdminLogEventActionCreateTopicArray) Pop() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
		tl_registry_gen.go#L4390: 		ChannelAdminLogEventActionCreateTopicTypeID:              func() bin.Object { return &ChannelAdminLogEventActionCreateTopic{} },