type github.com/gotd/td/tg.AccountConfirmPhoneRequest
22 uses
github.com/gotd/td/tg (current package)
tl_account_confirm_phone_gen.go#L41: type AccountConfirmPhoneRequest struct {
tl_account_confirm_phone_gen.go#L59: _ bin.Encoder = &AccountConfirmPhoneRequest{}
tl_account_confirm_phone_gen.go#L60: _ bin.Decoder = &AccountConfirmPhoneRequest{}
tl_account_confirm_phone_gen.go#L61: _ bin.BareEncoder = &AccountConfirmPhoneRequest{}
tl_account_confirm_phone_gen.go#L62: _ bin.BareDecoder = &AccountConfirmPhoneRequest{}
tl_account_confirm_phone_gen.go#L65: func (c *AccountConfirmPhoneRequest) Zero() bool {
tl_account_confirm_phone_gen.go#L80: func (c *AccountConfirmPhoneRequest) String() string {
tl_account_confirm_phone_gen.go#L84: type Alias AccountConfirmPhoneRequest
tl_account_confirm_phone_gen.go#L89: func (c *AccountConfirmPhoneRequest) FillFrom(from interface {
tl_account_confirm_phone_gen.go#L100: func (*AccountConfirmPhoneRequest) TypeID() uint32 {
tl_account_confirm_phone_gen.go#L105: func (*AccountConfirmPhoneRequest) TypeName() string {
tl_account_confirm_phone_gen.go#L110: func (c *AccountConfirmPhoneRequest) TypeInfo() tdp.Type {
tl_account_confirm_phone_gen.go#L133: func (c *AccountConfirmPhoneRequest) Encode(b *bin.Buffer) error {
tl_account_confirm_phone_gen.go#L142: func (c *AccountConfirmPhoneRequest) EncodeBare(b *bin.Buffer) error {
tl_account_confirm_phone_gen.go#L152: func (c *AccountConfirmPhoneRequest) Decode(b *bin.Buffer) error {
tl_account_confirm_phone_gen.go#L163: func (c *AccountConfirmPhoneRequest) DecodeBare(b *bin.Buffer) error {
tl_account_confirm_phone_gen.go#L185: func (c *AccountConfirmPhoneRequest) GetPhoneCodeHash() (value string) {
tl_account_confirm_phone_gen.go#L193: func (c *AccountConfirmPhoneRequest) GetPhoneCode() (value string) {
tl_account_confirm_phone_gen.go#L212: func (c *Client) AccountConfirmPhone(ctx context.Context, request *AccountConfirmPhoneRequest) (bool, error) {
tl_registry_gen.go#L4858: AccountConfirmPhoneRequestTypeID: func() bin.Object { return &AccountConfirmPhoneRequest{} },
tl_server_gen.go#L931: func (s *ServerDispatcher) OnAccountConfirmPhone(f func(ctx context.Context, request *AccountConfirmPhoneRequest) (bool, error)) {
tl_server_gen.go#L933: var request AccountConfirmPhoneRequest
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. |