type github.com/gotd/td/tg.AuthPasswordRecovery
21 uses
github.com/gotd/td/tg (current package)
tl_auth_password_recovery_gen.go#L43: type AuthPasswordRecovery struct {
tl_auth_password_recovery_gen.go#L56: _ bin.Encoder = &AuthPasswordRecovery{}
tl_auth_password_recovery_gen.go#L57: _ bin.Decoder = &AuthPasswordRecovery{}
tl_auth_password_recovery_gen.go#L58: _ bin.BareEncoder = &AuthPasswordRecovery{}
tl_auth_password_recovery_gen.go#L59: _ bin.BareDecoder = &AuthPasswordRecovery{}
tl_auth_password_recovery_gen.go#L62: func (p *AuthPasswordRecovery) Zero() bool {
tl_auth_password_recovery_gen.go#L74: func (p *AuthPasswordRecovery) String() string {
tl_auth_password_recovery_gen.go#L78: type Alias AuthPasswordRecovery
tl_auth_password_recovery_gen.go#L83: func (p *AuthPasswordRecovery) FillFrom(from interface {
tl_auth_password_recovery_gen.go#L92: func (*AuthPasswordRecovery) TypeID() uint32 {
tl_auth_password_recovery_gen.go#L97: func (*AuthPasswordRecovery) TypeName() string {
tl_auth_password_recovery_gen.go#L102: func (p *AuthPasswordRecovery) TypeInfo() tdp.Type {
tl_auth_password_recovery_gen.go#L121: func (p *AuthPasswordRecovery) Encode(b *bin.Buffer) error {
tl_auth_password_recovery_gen.go#L130: func (p *AuthPasswordRecovery) EncodeBare(b *bin.Buffer) error {
tl_auth_password_recovery_gen.go#L139: func (p *AuthPasswordRecovery) Decode(b *bin.Buffer) error {
tl_auth_password_recovery_gen.go#L150: func (p *AuthPasswordRecovery) DecodeBare(b *bin.Buffer) error {
tl_auth_password_recovery_gen.go#L165: func (p *AuthPasswordRecovery) GetEmailPattern() (value string) {
tl_auth_request_password_recovery_gen.go#L150: func (c *Client) AuthRequestPasswordRecovery(ctx context.Context) (*AuthPasswordRecovery, error) {
tl_auth_request_password_recovery_gen.go#L151: var result AuthPasswordRecovery
tl_registry_gen.go#L4083: AuthPasswordRecoveryTypeID: func() bin.Object { return &AuthPasswordRecovery{} },
tl_server_gen.go#L238: func (s *ServerDispatcher) OnAuthRequestPasswordRecovery(f func(ctx context.Context) (*AuthPasswordRecovery, error)) {
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. |