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

23 uses

	github.com/gotd/td/tg (current package)
		tl_channels_get_forum_topics_by_id_gen.go#L38: type ChannelsGetForumTopicsByIDRequest struct {
		tl_channels_get_forum_topics_by_id_gen.go#L50: 	_ bin.Encoder     = &ChannelsGetForumTopicsByIDRequest{}
		tl_channels_get_forum_topics_by_id_gen.go#L51: 	_ bin.Decoder     = &ChannelsGetForumTopicsByIDRequest{}
		tl_channels_get_forum_topics_by_id_gen.go#L52: 	_ bin.BareEncoder = &ChannelsGetForumTopicsByIDRequest{}
		tl_channels_get_forum_topics_by_id_gen.go#L53: 	_ bin.BareDecoder = &ChannelsGetForumTopicsByIDRequest{}
		tl_channels_get_forum_topics_by_id_gen.go#L56: func (g *ChannelsGetForumTopicsByIDRequest) Zero() bool {
		tl_channels_get_forum_topics_by_id_gen.go#L71: func (g *ChannelsGetForumTopicsByIDRequest) String() string {
		tl_channels_get_forum_topics_by_id_gen.go#L75: 	type Alias ChannelsGetForumTopicsByIDRequest
		tl_channels_get_forum_topics_by_id_gen.go#L80: func (g *ChannelsGetForumTopicsByIDRequest) FillFrom(from interface {
		tl_channels_get_forum_topics_by_id_gen.go#L91: func (*ChannelsGetForumTopicsByIDRequest) TypeID() uint32 {
		tl_channels_get_forum_topics_by_id_gen.go#L96: func (*ChannelsGetForumTopicsByIDRequest) TypeName() string {
		tl_channels_get_forum_topics_by_id_gen.go#L101: func (g *ChannelsGetForumTopicsByIDRequest) TypeInfo() tdp.Type {
		tl_channels_get_forum_topics_by_id_gen.go#L124: func (g *ChannelsGetForumTopicsByIDRequest) Encode(b *bin.Buffer) error {
		tl_channels_get_forum_topics_by_id_gen.go#L133: func (g *ChannelsGetForumTopicsByIDRequest) EncodeBare(b *bin.Buffer) error {
		tl_channels_get_forum_topics_by_id_gen.go#L151: func (g *ChannelsGetForumTopicsByIDRequest) Decode(b *bin.Buffer) error {
		tl_channels_get_forum_topics_by_id_gen.go#L162: func (g *ChannelsGetForumTopicsByIDRequest) DecodeBare(b *bin.Buffer) error {
		tl_channels_get_forum_topics_by_id_gen.go#L194: func (g *ChannelsGetForumTopicsByIDRequest) GetChannel() (value InputChannelClass) {
		tl_channels_get_forum_topics_by_id_gen.go#L202: func (g *ChannelsGetForumTopicsByIDRequest) GetTopics() (value []int) {
		tl_channels_get_forum_topics_by_id_gen.go#L210: func (g *ChannelsGetForumTopicsByIDRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
		tl_channels_get_forum_topics_by_id_gen.go#L225: func (c *Client) ChannelsGetForumTopicsByID(ctx context.Context, request *ChannelsGetForumTopicsByIDRequest) (*MessagesForumTopics, error) {
		tl_registry_gen.go#L5228: 		ChannelsGetForumTopicsByIDRequestTypeID:                                 func() bin.Object { return &ChannelsGetForumTopicsByIDRequest{} },
		tl_server_gen.go#L7637: func (s *ServerDispatcher) OnChannelsGetForumTopicsByID(f func(ctx context.Context, request *ChannelsGetForumTopicsByIDRequest) (*MessagesForumTopics, error)) {
		tl_server_gen.go#L7639: 		var request ChannelsGetForumTopicsByIDRequest