type github.com/gotd/td/tg.AccountChangePhoneRequest
23 uses
github.com/gotd/td/tg (current package)
tl_account_change_phone_gen.go#L38: type AccountChangePhoneRequest struct {
tl_account_change_phone_gen.go#L58: _ bin.Encoder = &AccountChangePhoneRequest{}
tl_account_change_phone_gen.go#L59: _ bin.Decoder = &AccountChangePhoneRequest{}
tl_account_change_phone_gen.go#L60: _ bin.BareEncoder = &AccountChangePhoneRequest{}
tl_account_change_phone_gen.go#L61: _ bin.BareDecoder = &AccountChangePhoneRequest{}
tl_account_change_phone_gen.go#L64: func (c *AccountChangePhoneRequest) Zero() bool {
tl_account_change_phone_gen.go#L82: func (c *AccountChangePhoneRequest) String() string {
tl_account_change_phone_gen.go#L86: type Alias AccountChangePhoneRequest
tl_account_change_phone_gen.go#L91: func (c *AccountChangePhoneRequest) FillFrom(from interface {
tl_account_change_phone_gen.go#L104: func (*AccountChangePhoneRequest) TypeID() uint32 {
tl_account_change_phone_gen.go#L109: func (*AccountChangePhoneRequest) TypeName() string {
tl_account_change_phone_gen.go#L114: func (c *AccountChangePhoneRequest) TypeInfo() tdp.Type {
tl_account_change_phone_gen.go#L141: func (c *AccountChangePhoneRequest) Encode(b *bin.Buffer) error {
tl_account_change_phone_gen.go#L150: func (c *AccountChangePhoneRequest) EncodeBare(b *bin.Buffer) error {
tl_account_change_phone_gen.go#L161: func (c *AccountChangePhoneRequest) Decode(b *bin.Buffer) error {
tl_account_change_phone_gen.go#L172: func (c *AccountChangePhoneRequest) DecodeBare(b *bin.Buffer) error {
tl_account_change_phone_gen.go#L201: func (c *AccountChangePhoneRequest) GetPhoneNumber() (value string) {
tl_account_change_phone_gen.go#L209: func (c *AccountChangePhoneRequest) GetPhoneCodeHash() (value string) {
tl_account_change_phone_gen.go#L217: func (c *AccountChangePhoneRequest) GetPhoneCode() (value string) {
tl_account_change_phone_gen.go#L235: func (c *Client) AccountChangePhone(ctx context.Context, request *AccountChangePhoneRequest) (UserClass, error) {
tl_registry_gen.go#L4850: AccountChangePhoneRequestTypeID: func() bin.Object { return &AccountChangePhoneRequest{} },
tl_server_gen.go#L783: func (s *ServerDispatcher) OnAccountChangePhone(f func(ctx context.Context, request *AccountChangePhoneRequest) (UserClass, error)) {
tl_server_gen.go#L785: var request AccountChangePhoneRequest
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. |