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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channels_edit_forum_topic_gen.go#L42: type ChannelsEditForumTopicRequest struct {
		tl_channels_edit_forum_topic_gen.go#L83: 	_ bin.Encoder     = &ChannelsEditForumTopicRequest{}
		tl_channels_edit_forum_topic_gen.go#L84: 	_ bin.Decoder     = &ChannelsEditForumTopicRequest{}
		tl_channels_edit_forum_topic_gen.go#L85: 	_ bin.BareEncoder = &ChannelsEditForumTopicRequest{}
		tl_channels_edit_forum_topic_gen.go#L86: 	_ bin.BareDecoder = &ChannelsEditForumTopicRequest{}
		tl_channels_edit_forum_topic_gen.go#L89: func (e *ChannelsEditForumTopicRequest) Zero() bool {
		tl_channels_edit_forum_topic_gen.go#L119: func (e *ChannelsEditForumTopicRequest) String() string {
		tl_channels_edit_forum_topic_gen.go#L123: 	type Alias ChannelsEditForumTopicRequest
		tl_channels_edit_forum_topic_gen.go#L128: func (e *ChannelsEditForumTopicRequest) FillFrom(from interface {
		tl_channels_edit_forum_topic_gen.go#L159: func (*ChannelsEditForumTopicRequest) TypeID() uint32 {
		tl_channels_edit_forum_topic_gen.go#L164: func (*ChannelsEditForumTopicRequest) TypeName() string {
		tl_channels_edit_forum_topic_gen.go#L169: func (e *ChannelsEditForumTopicRequest) TypeInfo() tdp.Type {
		tl_channels_edit_forum_topic_gen.go#L212: func (e *ChannelsEditForumTopicRequest) SetFlags() {
		tl_channels_edit_forum_topic_gen.go#L228: func (e *ChannelsEditForumTopicRequest) Encode(b *bin.Buffer) error {
		tl_channels_edit_forum_topic_gen.go#L237: func (e *ChannelsEditForumTopicRequest) EncodeBare(b *bin.Buffer) error {
		tl_channels_edit_forum_topic_gen.go#L268: func (e *ChannelsEditForumTopicRequest) Decode(b *bin.Buffer) error {
		tl_channels_edit_forum_topic_gen.go#L279: func (e *ChannelsEditForumTopicRequest) DecodeBare(b *bin.Buffer) error {
		tl_channels_edit_forum_topic_gen.go#L334: func (e *ChannelsEditForumTopicRequest) GetChannel() (value InputChannelClass) {
		tl_channels_edit_forum_topic_gen.go#L342: func (e *ChannelsEditForumTopicRequest) GetTopicID() (value int) {
		tl_channels_edit_forum_topic_gen.go#L350: func (e *ChannelsEditForumTopicRequest) SetTitle(value string) {
		tl_channels_edit_forum_topic_gen.go#L357: func (e *ChannelsEditForumTopicRequest) GetTitle() (value string, ok bool) {
		tl_channels_edit_forum_topic_gen.go#L368: func (e *ChannelsEditForumTopicRequest) SetIconEmojiID(value int64) {
		tl_channels_edit_forum_topic_gen.go#L375: func (e *ChannelsEditForumTopicRequest) GetIconEmojiID() (value int64, ok bool) {
		tl_channels_edit_forum_topic_gen.go#L386: func (e *ChannelsEditForumTopicRequest) SetClosed(value bool) {
		tl_channels_edit_forum_topic_gen.go#L393: func (e *ChannelsEditForumTopicRequest) GetClosed() (value bool, ok bool) {
		tl_channels_edit_forum_topic_gen.go#L404: func (e *ChannelsEditForumTopicRequest) SetHidden(value bool) {
		tl_channels_edit_forum_topic_gen.go#L411: func (e *ChannelsEditForumTopicRequest) GetHidden() (value bool, ok bool) {
		tl_channels_edit_forum_topic_gen.go#L422: func (e *ChannelsEditForumTopicRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
		tl_channels_edit_forum_topic_gen.go#L446: func (c *Client) ChannelsEditForumTopic(ctx context.Context, request *ChannelsEditForumTopicRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L5229: 		ChannelsEditForumTopicRequestTypeID:                                     func() bin.Object { return &ChannelsEditForumTopicRequest{} },
		tl_server_gen.go#L7654: func (s *ServerDispatcher) OnChannelsEditForumTopic(f func(ctx context.Context, request *ChannelsEditForumTopicRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L7656: 		var request ChannelsEditForumTopicRequest