type github.com/gotd/td/tg.ChannelsSetMainProfileTabRequest
23 uses
github.com/gotd/td/tg (current package)
tl_channels_set_main_profile_tab_gen.go#L41: type ChannelsSetMainProfileTabRequest struct {
tl_channels_set_main_profile_tab_gen.go#L53: _ bin.Encoder = &ChannelsSetMainProfileTabRequest{}
tl_channels_set_main_profile_tab_gen.go#L54: _ bin.Decoder = &ChannelsSetMainProfileTabRequest{}
tl_channels_set_main_profile_tab_gen.go#L55: _ bin.BareEncoder = &ChannelsSetMainProfileTabRequest{}
tl_channels_set_main_profile_tab_gen.go#L56: _ bin.BareDecoder = &ChannelsSetMainProfileTabRequest{}
tl_channels_set_main_profile_tab_gen.go#L59: func (s *ChannelsSetMainProfileTabRequest) Zero() bool {
tl_channels_set_main_profile_tab_gen.go#L74: func (s *ChannelsSetMainProfileTabRequest) String() string {
tl_channels_set_main_profile_tab_gen.go#L78: type Alias ChannelsSetMainProfileTabRequest
tl_channels_set_main_profile_tab_gen.go#L83: func (s *ChannelsSetMainProfileTabRequest) FillFrom(from interface {
tl_channels_set_main_profile_tab_gen.go#L94: func (*ChannelsSetMainProfileTabRequest) TypeID() uint32 {
tl_channels_set_main_profile_tab_gen.go#L99: func (*ChannelsSetMainProfileTabRequest) TypeName() string {
tl_channels_set_main_profile_tab_gen.go#L104: func (s *ChannelsSetMainProfileTabRequest) TypeInfo() tdp.Type {
tl_channels_set_main_profile_tab_gen.go#L127: func (s *ChannelsSetMainProfileTabRequest) Encode(b *bin.Buffer) error {
tl_channels_set_main_profile_tab_gen.go#L136: func (s *ChannelsSetMainProfileTabRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_set_main_profile_tab_gen.go#L156: func (s *ChannelsSetMainProfileTabRequest) Decode(b *bin.Buffer) error {
tl_channels_set_main_profile_tab_gen.go#L167: func (s *ChannelsSetMainProfileTabRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_set_main_profile_tab_gen.go#L189: func (s *ChannelsSetMainProfileTabRequest) GetChannel() (value InputChannelClass) {
tl_channels_set_main_profile_tab_gen.go#L197: func (s *ChannelsSetMainProfileTabRequest) GetTab() (value ProfileTabClass) {
tl_channels_set_main_profile_tab_gen.go#L205: func (s *ChannelsSetMainProfileTabRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_set_main_profile_tab_gen.go#L220: func (c *Client) ChannelsSetMainProfileTab(ctx context.Context, request *ChannelsSetMainProfileTabRequest) (bool, error) {
tl_registry_gen.go#L7069: ChannelsSetMainProfileTabRequestTypeID: func() bin.Object { return &ChannelsSetMainProfileTabRequest{} },
tl_server_gen.go#L9923: func (s *ServerDispatcher) OnChannelsSetMainProfileTab(f func(ctx context.Context, request *ChannelsSetMainProfileTabRequest) (bool, error)) {
tl_server_gen.go#L9925: var request ChannelsSetMainProfileTabRequest
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |