type github.com/gotd/td/tg.ChannelsCreateForumTopicRequest
31 uses
github.com/gotd/td/tg (current package)
tl_channels_create_forum_topic_gen.go#L42: type ChannelsCreateForumTopicRequest struct {
tl_channels_create_forum_topic_gen.go#L84: _ bin.Encoder = &ChannelsCreateForumTopicRequest{}
tl_channels_create_forum_topic_gen.go#L85: _ bin.Decoder = &ChannelsCreateForumTopicRequest{}
tl_channels_create_forum_topic_gen.go#L86: _ bin.BareEncoder = &ChannelsCreateForumTopicRequest{}
tl_channels_create_forum_topic_gen.go#L87: _ bin.BareDecoder = &ChannelsCreateForumTopicRequest{}
tl_channels_create_forum_topic_gen.go#L90: func (c *ChannelsCreateForumTopicRequest) Zero() bool {
tl_channels_create_forum_topic_gen.go#L120: func (c *ChannelsCreateForumTopicRequest) String() string {
tl_channels_create_forum_topic_gen.go#L124: type Alias ChannelsCreateForumTopicRequest
tl_channels_create_forum_topic_gen.go#L129: func (c *ChannelsCreateForumTopicRequest) FillFrom(from interface {
tl_channels_create_forum_topic_gen.go#L157: func (*ChannelsCreateForumTopicRequest) TypeID() uint32 {
tl_channels_create_forum_topic_gen.go#L162: func (*ChannelsCreateForumTopicRequest) TypeName() string {
tl_channels_create_forum_topic_gen.go#L167: func (c *ChannelsCreateForumTopicRequest) TypeInfo() tdp.Type {
tl_channels_create_forum_topic_gen.go#L209: func (c *ChannelsCreateForumTopicRequest) SetFlags() {
tl_channels_create_forum_topic_gen.go#L222: func (c *ChannelsCreateForumTopicRequest) Encode(b *bin.Buffer) error {
tl_channels_create_forum_topic_gen.go#L231: func (c *ChannelsCreateForumTopicRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_create_forum_topic_gen.go#L265: func (c *ChannelsCreateForumTopicRequest) Decode(b *bin.Buffer) error {
tl_channels_create_forum_topic_gen.go#L276: func (c *ChannelsCreateForumTopicRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_create_forum_topic_gen.go#L331: func (c *ChannelsCreateForumTopicRequest) GetChannel() (value InputChannelClass) {
tl_channels_create_forum_topic_gen.go#L339: func (c *ChannelsCreateForumTopicRequest) GetTitle() (value string) {
tl_channels_create_forum_topic_gen.go#L347: func (c *ChannelsCreateForumTopicRequest) SetIconColor(value int) {
tl_channels_create_forum_topic_gen.go#L354: func (c *ChannelsCreateForumTopicRequest) GetIconColor() (value int, ok bool) {
tl_channels_create_forum_topic_gen.go#L365: func (c *ChannelsCreateForumTopicRequest) SetIconEmojiID(value int64) {
tl_channels_create_forum_topic_gen.go#L372: func (c *ChannelsCreateForumTopicRequest) GetIconEmojiID() (value int64, ok bool) {
tl_channels_create_forum_topic_gen.go#L383: func (c *ChannelsCreateForumTopicRequest) GetRandomID() (value int64) {
tl_channels_create_forum_topic_gen.go#L391: func (c *ChannelsCreateForumTopicRequest) SetSendAs(value InputPeerClass) {
tl_channels_create_forum_topic_gen.go#L398: func (c *ChannelsCreateForumTopicRequest) GetSendAs() (value InputPeerClass, ok bool) {
tl_channels_create_forum_topic_gen.go#L409: func (c *ChannelsCreateForumTopicRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_create_forum_topic_gen.go#L430: func (c *Client) ChannelsCreateForumTopic(ctx context.Context, request *ChannelsCreateForumTopicRequest) (UpdatesClass, error) {
tl_registry_gen.go#L5226: ChannelsCreateForumTopicRequestTypeID: func() bin.Object { return &ChannelsCreateForumTopicRequest{} },
tl_server_gen.go#L7603: func (s *ServerDispatcher) OnChannelsCreateForumTopic(f func(ctx context.Context, request *ChannelsCreateForumTopicRequest) (UpdatesClass, error)) {
tl_server_gen.go#L7605: var request ChannelsCreateForumTopicRequest
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. |