type github.com/gotd/td/tg.AccountVerifyPhoneRequest
23 uses
github.com/gotd/td/tg (current package)
tl_account_verify_phone_gen.go#L41: type AccountVerifyPhoneRequest struct {
tl_account_verify_phone_gen.go#L61: _ bin.Encoder = &AccountVerifyPhoneRequest{}
tl_account_verify_phone_gen.go#L62: _ bin.Decoder = &AccountVerifyPhoneRequest{}
tl_account_verify_phone_gen.go#L63: _ bin.BareEncoder = &AccountVerifyPhoneRequest{}
tl_account_verify_phone_gen.go#L64: _ bin.BareDecoder = &AccountVerifyPhoneRequest{}
tl_account_verify_phone_gen.go#L67: func (v *AccountVerifyPhoneRequest) Zero() bool {
tl_account_verify_phone_gen.go#L85: func (v *AccountVerifyPhoneRequest) String() string {
tl_account_verify_phone_gen.go#L89: type Alias AccountVerifyPhoneRequest
tl_account_verify_phone_gen.go#L94: func (v *AccountVerifyPhoneRequest) FillFrom(from interface {
tl_account_verify_phone_gen.go#L107: func (*AccountVerifyPhoneRequest) TypeID() uint32 {
tl_account_verify_phone_gen.go#L112: func (*AccountVerifyPhoneRequest) TypeName() string {
tl_account_verify_phone_gen.go#L117: func (v *AccountVerifyPhoneRequest) TypeInfo() tdp.Type {
tl_account_verify_phone_gen.go#L144: func (v *AccountVerifyPhoneRequest) Encode(b *bin.Buffer) error {
tl_account_verify_phone_gen.go#L153: func (v *AccountVerifyPhoneRequest) EncodeBare(b *bin.Buffer) error {
tl_account_verify_phone_gen.go#L164: func (v *AccountVerifyPhoneRequest) Decode(b *bin.Buffer) error {
tl_account_verify_phone_gen.go#L175: func (v *AccountVerifyPhoneRequest) DecodeBare(b *bin.Buffer) error {
tl_account_verify_phone_gen.go#L204: func (v *AccountVerifyPhoneRequest) GetPhoneNumber() (value string) {
tl_account_verify_phone_gen.go#L212: func (v *AccountVerifyPhoneRequest) GetPhoneCodeHash() (value string) {
tl_account_verify_phone_gen.go#L220: func (v *AccountVerifyPhoneRequest) GetPhoneCode() (value string) {
tl_account_verify_phone_gen.go#L240: func (c *Client) AccountVerifyPhone(ctx context.Context, request *AccountVerifyPhoneRequest) (bool, error) {
tl_registry_gen.go#L4870: AccountVerifyPhoneRequestTypeID: func() bin.Object { return &AccountVerifyPhoneRequest{} },
tl_server_gen.go#L1155: func (s *ServerDispatcher) OnAccountVerifyPhone(f func(ctx context.Context, request *AccountVerifyPhoneRequest) (bool, error)) {
tl_server_gen.go#L1157: var request AccountVerifyPhoneRequest
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. |