type github.com/gotd/td/tg.AccountSendVerifyPhoneCodeRequest
22 uses
github.com/gotd/td/tg (current package)
tl_account_send_verify_phone_code_gen.go#L41: type AccountSendVerifyPhoneCodeRequest struct {
tl_account_send_verify_phone_code_gen.go#L53: _ bin.Encoder = &AccountSendVerifyPhoneCodeRequest{}
tl_account_send_verify_phone_code_gen.go#L54: _ bin.Decoder = &AccountSendVerifyPhoneCodeRequest{}
tl_account_send_verify_phone_code_gen.go#L55: _ bin.BareEncoder = &AccountSendVerifyPhoneCodeRequest{}
tl_account_send_verify_phone_code_gen.go#L56: _ bin.BareDecoder = &AccountSendVerifyPhoneCodeRequest{}
tl_account_send_verify_phone_code_gen.go#L59: func (s *AccountSendVerifyPhoneCodeRequest) Zero() bool {
tl_account_send_verify_phone_code_gen.go#L74: func (s *AccountSendVerifyPhoneCodeRequest) String() string {
tl_account_send_verify_phone_code_gen.go#L78: type Alias AccountSendVerifyPhoneCodeRequest
tl_account_send_verify_phone_code_gen.go#L83: func (s *AccountSendVerifyPhoneCodeRequest) FillFrom(from interface {
tl_account_send_verify_phone_code_gen.go#L94: func (*AccountSendVerifyPhoneCodeRequest) TypeID() uint32 {
tl_account_send_verify_phone_code_gen.go#L99: func (*AccountSendVerifyPhoneCodeRequest) TypeName() string {
tl_account_send_verify_phone_code_gen.go#L104: func (s *AccountSendVerifyPhoneCodeRequest) TypeInfo() tdp.Type {
tl_account_send_verify_phone_code_gen.go#L127: func (s *AccountSendVerifyPhoneCodeRequest) Encode(b *bin.Buffer) error {
tl_account_send_verify_phone_code_gen.go#L136: func (s *AccountSendVerifyPhoneCodeRequest) EncodeBare(b *bin.Buffer) error {
tl_account_send_verify_phone_code_gen.go#L148: func (s *AccountSendVerifyPhoneCodeRequest) Decode(b *bin.Buffer) error {
tl_account_send_verify_phone_code_gen.go#L159: func (s *AccountSendVerifyPhoneCodeRequest) DecodeBare(b *bin.Buffer) error {
tl_account_send_verify_phone_code_gen.go#L179: func (s *AccountSendVerifyPhoneCodeRequest) GetPhoneNumber() (value string) {
tl_account_send_verify_phone_code_gen.go#L187: func (s *AccountSendVerifyPhoneCodeRequest) GetSettings() (value CodeSettings) {
tl_account_send_verify_phone_code_gen.go#L205: func (c *Client) AccountSendVerifyPhoneCode(ctx context.Context, request *AccountSendVerifyPhoneCodeRequest) (AuthSentCodeClass, error) {
tl_registry_gen.go#L4869: AccountSendVerifyPhoneCodeRequestTypeID: func() bin.Object { return &AccountSendVerifyPhoneCodeRequest{} },
tl_server_gen.go#L1138: func (s *ServerDispatcher) OnAccountSendVerifyPhoneCode(f func(ctx context.Context, request *AccountSendVerifyPhoneCodeRequest) (AuthSentCodeClass, error)) {
tl_server_gen.go#L1140: var request AccountSendVerifyPhoneCodeRequest
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. |