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

24 uses

	github.com/gotd/td/tg (current package)
		tl_channels_update_pinned_forum_topic_gen.go#L41: type ChannelsUpdatePinnedForumTopicRequest struct {
		tl_channels_update_pinned_forum_topic_gen.go#L58: 	_ bin.Encoder     = &ChannelsUpdatePinnedForumTopicRequest{}
		tl_channels_update_pinned_forum_topic_gen.go#L59: 	_ bin.Decoder     = &ChannelsUpdatePinnedForumTopicRequest{}
		tl_channels_update_pinned_forum_topic_gen.go#L60: 	_ bin.BareEncoder = &ChannelsUpdatePinnedForumTopicRequest{}
		tl_channels_update_pinned_forum_topic_gen.go#L61: 	_ bin.BareDecoder = &ChannelsUpdatePinnedForumTopicRequest{}
		tl_channels_update_pinned_forum_topic_gen.go#L64: func (u *ChannelsUpdatePinnedForumTopicRequest) Zero() bool {
		tl_channels_update_pinned_forum_topic_gen.go#L82: func (u *ChannelsUpdatePinnedForumTopicRequest) String() string {
		tl_channels_update_pinned_forum_topic_gen.go#L86: 	type Alias ChannelsUpdatePinnedForumTopicRequest
		tl_channels_update_pinned_forum_topic_gen.go#L91: func (u *ChannelsUpdatePinnedForumTopicRequest) FillFrom(from interface {
		tl_channels_update_pinned_forum_topic_gen.go#L104: func (*ChannelsUpdatePinnedForumTopicRequest) TypeID() uint32 {
		tl_channels_update_pinned_forum_topic_gen.go#L109: func (*ChannelsUpdatePinnedForumTopicRequest) TypeName() string {
		tl_channels_update_pinned_forum_topic_gen.go#L114: func (u *ChannelsUpdatePinnedForumTopicRequest) TypeInfo() tdp.Type {
		tl_channels_update_pinned_forum_topic_gen.go#L141: func (u *ChannelsUpdatePinnedForumTopicRequest) Encode(b *bin.Buffer) error {
		tl_channels_update_pinned_forum_topic_gen.go#L150: func (u *ChannelsUpdatePinnedForumTopicRequest) EncodeBare(b *bin.Buffer) error {
		tl_channels_update_pinned_forum_topic_gen.go#L166: func (u *ChannelsUpdatePinnedForumTopicRequest) Decode(b *bin.Buffer) error {
		tl_channels_update_pinned_forum_topic_gen.go#L177: func (u *ChannelsUpdatePinnedForumTopicRequest) DecodeBare(b *bin.Buffer) error {
		tl_channels_update_pinned_forum_topic_gen.go#L206: func (u *ChannelsUpdatePinnedForumTopicRequest) GetChannel() (value InputChannelClass) {
		tl_channels_update_pinned_forum_topic_gen.go#L214: func (u *ChannelsUpdatePinnedForumTopicRequest) GetTopicID() (value int) {
		tl_channels_update_pinned_forum_topic_gen.go#L222: func (u *ChannelsUpdatePinnedForumTopicRequest) GetPinned() (value bool) {
		tl_channels_update_pinned_forum_topic_gen.go#L230: func (u *ChannelsUpdatePinnedForumTopicRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
		tl_channels_update_pinned_forum_topic_gen.go#L242: func (c *Client) ChannelsUpdatePinnedForumTopic(ctx context.Context, request *ChannelsUpdatePinnedForumTopicRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L5230: 		ChannelsUpdatePinnedForumTopicRequestTypeID:                             func() bin.Object { return &ChannelsUpdatePinnedForumTopicRequest{} },
		tl_server_gen.go#L7671: func (s *ServerDispatcher) OnChannelsUpdatePinnedForumTopic(f func(ctx context.Context, request *ChannelsUpdatePinnedForumTopicRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L7673: 		var request ChannelsUpdatePinnedForumTopicRequest