type github.com/gotd/td/tg.ChannelsGetForumTopicsRequest
29 uses
github.com/gotd/td/tg (current package)
tl_channels_get_forum_topics_gen.go#L41: type ChannelsGetForumTopicsRequest struct {
tl_channels_get_forum_topics_gen.go#L85: _ bin.Encoder = &ChannelsGetForumTopicsRequest{}
tl_channels_get_forum_topics_gen.go#L86: _ bin.Decoder = &ChannelsGetForumTopicsRequest{}
tl_channels_get_forum_topics_gen.go#L87: _ bin.BareEncoder = &ChannelsGetForumTopicsRequest{}
tl_channels_get_forum_topics_gen.go#L88: _ bin.BareDecoder = &ChannelsGetForumTopicsRequest{}
tl_channels_get_forum_topics_gen.go#L91: func (g *ChannelsGetForumTopicsRequest) Zero() bool {
tl_channels_get_forum_topics_gen.go#L121: func (g *ChannelsGetForumTopicsRequest) String() string {
tl_channels_get_forum_topics_gen.go#L125: type Alias ChannelsGetForumTopicsRequest
tl_channels_get_forum_topics_gen.go#L130: func (g *ChannelsGetForumTopicsRequest) FillFrom(from interface {
tl_channels_get_forum_topics_gen.go#L152: func (*ChannelsGetForumTopicsRequest) TypeID() uint32 {
tl_channels_get_forum_topics_gen.go#L157: func (*ChannelsGetForumTopicsRequest) TypeName() string {
tl_channels_get_forum_topics_gen.go#L162: func (g *ChannelsGetForumTopicsRequest) TypeInfo() tdp.Type {
tl_channels_get_forum_topics_gen.go#L202: func (g *ChannelsGetForumTopicsRequest) SetFlags() {
tl_channels_get_forum_topics_gen.go#L209: func (g *ChannelsGetForumTopicsRequest) Encode(b *bin.Buffer) error {
tl_channels_get_forum_topics_gen.go#L218: func (g *ChannelsGetForumTopicsRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_get_forum_topics_gen.go#L243: func (g *ChannelsGetForumTopicsRequest) Decode(b *bin.Buffer) error {
tl_channels_get_forum_topics_gen.go#L254: func (g *ChannelsGetForumTopicsRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_get_forum_topics_gen.go#L309: func (g *ChannelsGetForumTopicsRequest) GetChannel() (value InputChannelClass) {
tl_channels_get_forum_topics_gen.go#L317: func (g *ChannelsGetForumTopicsRequest) SetQ(value string) {
tl_channels_get_forum_topics_gen.go#L324: func (g *ChannelsGetForumTopicsRequest) GetQ() (value string, ok bool) {
tl_channels_get_forum_topics_gen.go#L335: func (g *ChannelsGetForumTopicsRequest) GetOffsetDate() (value int) {
tl_channels_get_forum_topics_gen.go#L343: func (g *ChannelsGetForumTopicsRequest) GetOffsetID() (value int) {
tl_channels_get_forum_topics_gen.go#L351: func (g *ChannelsGetForumTopicsRequest) GetOffsetTopic() (value int) {
tl_channels_get_forum_topics_gen.go#L359: func (g *ChannelsGetForumTopicsRequest) GetLimit() (value int) {
tl_channels_get_forum_topics_gen.go#L367: func (g *ChannelsGetForumTopicsRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_get_forum_topics_gen.go#L384: func (c *Client) ChannelsGetForumTopics(ctx context.Context, request *ChannelsGetForumTopicsRequest) (*MessagesForumTopics, error) {
tl_registry_gen.go#L5227: ChannelsGetForumTopicsRequestTypeID: func() bin.Object { return &ChannelsGetForumTopicsRequest{} },
tl_server_gen.go#L7620: func (s *ServerDispatcher) OnChannelsGetForumTopics(f func(ctx context.Context, request *ChannelsGetForumTopicsRequest) (*MessagesForumTopics, error)) {
tl_server_gen.go#L7622: var request ChannelsGetForumTopicsRequest
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |