type github.com/gotd/td/tg.AuthRecoverPasswordRequest
24 uses
github.com/gotd/td/tg (current package)
tl_auth_recover_password_gen.go#L43: type AuthRecoverPasswordRequest struct {
tl_auth_recover_password_gen.go#L62: _ bin.Encoder = &AuthRecoverPasswordRequest{}
tl_auth_recover_password_gen.go#L63: _ bin.Decoder = &AuthRecoverPasswordRequest{}
tl_auth_recover_password_gen.go#L64: _ bin.BareEncoder = &AuthRecoverPasswordRequest{}
tl_auth_recover_password_gen.go#L65: _ bin.BareDecoder = &AuthRecoverPasswordRequest{}
tl_auth_recover_password_gen.go#L68: func (r *AuthRecoverPasswordRequest) Zero() bool {
tl_auth_recover_password_gen.go#L86: func (r *AuthRecoverPasswordRequest) String() string {
tl_auth_recover_password_gen.go#L90: type Alias AuthRecoverPasswordRequest
tl_auth_recover_password_gen.go#L95: func (r *AuthRecoverPasswordRequest) FillFrom(from interface {
tl_auth_recover_password_gen.go#L109: func (*AuthRecoverPasswordRequest) TypeID() uint32 {
tl_auth_recover_password_gen.go#L114: func (*AuthRecoverPasswordRequest) TypeName() string {
tl_auth_recover_password_gen.go#L119: func (r *AuthRecoverPasswordRequest) TypeInfo() tdp.Type {
tl_auth_recover_password_gen.go#L143: func (r *AuthRecoverPasswordRequest) SetFlags() {
tl_auth_recover_password_gen.go#L150: func (r *AuthRecoverPasswordRequest) Encode(b *bin.Buffer) error {
tl_auth_recover_password_gen.go#L159: func (r *AuthRecoverPasswordRequest) EncodeBare(b *bin.Buffer) error {
tl_auth_recover_password_gen.go#L177: func (r *AuthRecoverPasswordRequest) Decode(b *bin.Buffer) error {
tl_auth_recover_password_gen.go#L188: func (r *AuthRecoverPasswordRequest) DecodeBare(b *bin.Buffer) error {
tl_auth_recover_password_gen.go#L213: func (r *AuthRecoverPasswordRequest) GetCode() (value string) {
tl_auth_recover_password_gen.go#L221: func (r *AuthRecoverPasswordRequest) SetNewSettings(value AccountPasswordInputSettings) {
tl_auth_recover_password_gen.go#L228: func (r *AuthRecoverPasswordRequest) GetNewSettings() (value AccountPasswordInputSettings, ok bool) {
tl_auth_recover_password_gen.go#L252: func (c *Client) AuthRecoverPassword(ctx context.Context, request *AuthRecoverPasswordRequest) (AuthAuthorizationClass, error) {
tl_registry_gen.go#L4822: AuthRecoverPasswordRequestTypeID: func() bin.Object { return &AuthRecoverPasswordRequest{} },
tl_server_gen.go#L255: func (s *ServerDispatcher) OnAuthRecoverPassword(f func(ctx context.Context, request *AuthRecoverPasswordRequest) (AuthAuthorizationClass, error)) {
tl_server_gen.go#L257: var request AuthRecoverPasswordRequest
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. |