type github.com/gotd/td/tg.BotsReorderUsernamesRequest
22 uses
github.com/gotd/td/tg (current package)
tl_bots_reorder_usernames_gen.go#L38: type BotsReorderUsernamesRequest struct {
tl_bots_reorder_usernames_gen.go#L50: _ bin.Encoder = &BotsReorderUsernamesRequest{}
tl_bots_reorder_usernames_gen.go#L51: _ bin.Decoder = &BotsReorderUsernamesRequest{}
tl_bots_reorder_usernames_gen.go#L52: _ bin.BareEncoder = &BotsReorderUsernamesRequest{}
tl_bots_reorder_usernames_gen.go#L53: _ bin.BareDecoder = &BotsReorderUsernamesRequest{}
tl_bots_reorder_usernames_gen.go#L56: func (r *BotsReorderUsernamesRequest) Zero() bool {
tl_bots_reorder_usernames_gen.go#L71: func (r *BotsReorderUsernamesRequest) String() string {
tl_bots_reorder_usernames_gen.go#L75: type Alias BotsReorderUsernamesRequest
tl_bots_reorder_usernames_gen.go#L80: func (r *BotsReorderUsernamesRequest) FillFrom(from interface {
tl_bots_reorder_usernames_gen.go#L91: func (*BotsReorderUsernamesRequest) TypeID() uint32 {
tl_bots_reorder_usernames_gen.go#L96: func (*BotsReorderUsernamesRequest) TypeName() string {
tl_bots_reorder_usernames_gen.go#L101: func (r *BotsReorderUsernamesRequest) TypeInfo() tdp.Type {
tl_bots_reorder_usernames_gen.go#L124: func (r *BotsReorderUsernamesRequest) Encode(b *bin.Buffer) error {
tl_bots_reorder_usernames_gen.go#L133: func (r *BotsReorderUsernamesRequest) EncodeBare(b *bin.Buffer) error {
tl_bots_reorder_usernames_gen.go#L151: func (r *BotsReorderUsernamesRequest) Decode(b *bin.Buffer) error {
tl_bots_reorder_usernames_gen.go#L162: func (r *BotsReorderUsernamesRequest) DecodeBare(b *bin.Buffer) error {
tl_bots_reorder_usernames_gen.go#L194: func (r *BotsReorderUsernamesRequest) GetBot() (value InputUserClass) {
tl_bots_reorder_usernames_gen.go#L202: func (r *BotsReorderUsernamesRequest) GetOrder() (value []string) {
tl_bots_reorder_usernames_gen.go#L218: func (c *Client) BotsReorderUsernames(ctx context.Context, request *BotsReorderUsernamesRequest) (bool, error) {
tl_registry_gen.go#L5252: BotsReorderUsernamesRequestTypeID: func() bin.Object { return &BotsReorderUsernamesRequest{} },
tl_server_gen.go#L8081: func (s *ServerDispatcher) OnBotsReorderUsernames(f func(ctx context.Context, request *BotsReorderUsernamesRequest) (bool, error)) {
tl_server_gen.go#L8083: var request BotsReorderUsernamesRequest
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. |