type github.com/gotd/td/tg.ChannelsReorderUsernamesRequest
23 uses
github.com/gotd/td/tg (current package)
tl_channels_reorder_usernames_gen.go#L38: type ChannelsReorderUsernamesRequest struct {
tl_channels_reorder_usernames_gen.go#L50: _ bin.Encoder = &ChannelsReorderUsernamesRequest{}
tl_channels_reorder_usernames_gen.go#L51: _ bin.Decoder = &ChannelsReorderUsernamesRequest{}
tl_channels_reorder_usernames_gen.go#L52: _ bin.BareEncoder = &ChannelsReorderUsernamesRequest{}
tl_channels_reorder_usernames_gen.go#L53: _ bin.BareDecoder = &ChannelsReorderUsernamesRequest{}
tl_channels_reorder_usernames_gen.go#L56: func (r *ChannelsReorderUsernamesRequest) Zero() bool {
tl_channels_reorder_usernames_gen.go#L71: func (r *ChannelsReorderUsernamesRequest) String() string {
tl_channels_reorder_usernames_gen.go#L75: type Alias ChannelsReorderUsernamesRequest
tl_channels_reorder_usernames_gen.go#L80: func (r *ChannelsReorderUsernamesRequest) FillFrom(from interface {
tl_channels_reorder_usernames_gen.go#L91: func (*ChannelsReorderUsernamesRequest) TypeID() uint32 {
tl_channels_reorder_usernames_gen.go#L96: func (*ChannelsReorderUsernamesRequest) TypeName() string {
tl_channels_reorder_usernames_gen.go#L101: func (r *ChannelsReorderUsernamesRequest) TypeInfo() tdp.Type {
tl_channels_reorder_usernames_gen.go#L124: func (r *ChannelsReorderUsernamesRequest) Encode(b *bin.Buffer) error {
tl_channels_reorder_usernames_gen.go#L133: func (r *ChannelsReorderUsernamesRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_reorder_usernames_gen.go#L151: func (r *ChannelsReorderUsernamesRequest) Decode(b *bin.Buffer) error {
tl_channels_reorder_usernames_gen.go#L162: func (r *ChannelsReorderUsernamesRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_reorder_usernames_gen.go#L194: func (r *ChannelsReorderUsernamesRequest) GetChannel() (value InputChannelClass) {
tl_channels_reorder_usernames_gen.go#L202: func (r *ChannelsReorderUsernamesRequest) GetOrder() (value []string) {
tl_channels_reorder_usernames_gen.go#L210: func (r *ChannelsReorderUsernamesRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_reorder_usernames_gen.go#L223: func (c *Client) ChannelsReorderUsernames(ctx context.Context, request *ChannelsReorderUsernamesRequest) (bool, error) {
tl_registry_gen.go#L5222: ChannelsReorderUsernamesRequestTypeID: func() bin.Object { return &ChannelsReorderUsernamesRequest{} },
tl_server_gen.go#L7523: func (s *ServerDispatcher) OnChannelsReorderUsernames(f func(ctx context.Context, request *ChannelsReorderUsernamesRequest) (bool, error)) {
tl_server_gen.go#L7525: var request ChannelsReorderUsernamesRequest
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. |