type github.com/gotd/td/tg.AuthSendCodeRequest
25 uses
github.com/gotd/td/tg (current package)
tl_auth_send_code_gen.go#L38: type AuthSendCodeRequest struct {
tl_auth_send_code_gen.go#L60: _ bin.Encoder = &AuthSendCodeRequest{}
tl_auth_send_code_gen.go#L61: _ bin.Decoder = &AuthSendCodeRequest{}
tl_auth_send_code_gen.go#L62: _ bin.BareEncoder = &AuthSendCodeRequest{}
tl_auth_send_code_gen.go#L63: _ bin.BareDecoder = &AuthSendCodeRequest{}
tl_auth_send_code_gen.go#L66: func (s *AuthSendCodeRequest) Zero() bool {
tl_auth_send_code_gen.go#L87: func (s *AuthSendCodeRequest) String() string {
tl_auth_send_code_gen.go#L91: type Alias AuthSendCodeRequest
tl_auth_send_code_gen.go#L96: func (s *AuthSendCodeRequest) FillFrom(from interface {
tl_auth_send_code_gen.go#L111: func (*AuthSendCodeRequest) TypeID() uint32 {
tl_auth_send_code_gen.go#L116: func (*AuthSendCodeRequest) TypeName() string {
tl_auth_send_code_gen.go#L121: func (s *AuthSendCodeRequest) TypeInfo() tdp.Type {
tl_auth_send_code_gen.go#L152: func (s *AuthSendCodeRequest) Encode(b *bin.Buffer) error {
tl_auth_send_code_gen.go#L161: func (s *AuthSendCodeRequest) EncodeBare(b *bin.Buffer) error {
tl_auth_send_code_gen.go#L175: func (s *AuthSendCodeRequest) Decode(b *bin.Buffer) error {
tl_auth_send_code_gen.go#L186: func (s *AuthSendCodeRequest) DecodeBare(b *bin.Buffer) error {
tl_auth_send_code_gen.go#L220: func (s *AuthSendCodeRequest) GetPhoneNumber() (value string) {
tl_auth_send_code_gen.go#L228: func (s *AuthSendCodeRequest) GetAPIID() (value int) {
tl_auth_send_code_gen.go#L236: func (s *AuthSendCodeRequest) GetAPIHash() (value string) {
tl_auth_send_code_gen.go#L244: func (s *AuthSendCodeRequest) GetSettings() (value CodeSettings) {
tl_auth_send_code_gen.go#L268: func (c *Client) AuthSendCode(ctx context.Context, request *AuthSendCodeRequest) (AuthSentCodeClass, error) {
tl_registry_gen.go#L4811: AuthSendCodeRequestTypeID: func() bin.Object { return &AuthSendCodeRequest{} },
tl_server_gen.go#L60: func (s *ServerDispatcher) OnAuthSendCode(f func(ctx context.Context, request *AuthSendCodeRequest) (AuthSentCodeClass, error)) {
tl_server_gen.go#L62: var request AuthSendCodeRequest
github.com/gotd/td/telegram/auth
user.go#L79: sentCode, err := c.api.AuthSendCode(ctx, &tg.AuthSendCodeRequest{
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. |