type github.com/gotd/td/tg.AuthRequestPasswordRecoveryRequest
18 uses
github.com/gotd/td/tg (current package)
tl_auth_request_password_recovery_gen.go#L43: type AuthRequestPasswordRecoveryRequest struct {
tl_auth_request_password_recovery_gen.go#L51: _ bin.Encoder = &AuthRequestPasswordRecoveryRequest{}
tl_auth_request_password_recovery_gen.go#L52: _ bin.Decoder = &AuthRequestPasswordRecoveryRequest{}
tl_auth_request_password_recovery_gen.go#L53: _ bin.BareEncoder = &AuthRequestPasswordRecoveryRequest{}
tl_auth_request_password_recovery_gen.go#L54: _ bin.BareDecoder = &AuthRequestPasswordRecoveryRequest{}
tl_auth_request_password_recovery_gen.go#L57: func (r *AuthRequestPasswordRecoveryRequest) Zero() bool {
tl_auth_request_password_recovery_gen.go#L66: func (r *AuthRequestPasswordRecoveryRequest) String() string {
tl_auth_request_password_recovery_gen.go#L70: type Alias AuthRequestPasswordRecoveryRequest
tl_auth_request_password_recovery_gen.go#L77: func (*AuthRequestPasswordRecoveryRequest) TypeID() uint32 {
tl_auth_request_password_recovery_gen.go#L82: func (*AuthRequestPasswordRecoveryRequest) TypeName() string {
tl_auth_request_password_recovery_gen.go#L87: func (r *AuthRequestPasswordRecoveryRequest) TypeInfo() tdp.Type {
tl_auth_request_password_recovery_gen.go#L101: func (r *AuthRequestPasswordRecoveryRequest) Encode(b *bin.Buffer) error {
tl_auth_request_password_recovery_gen.go#L110: func (r *AuthRequestPasswordRecoveryRequest) EncodeBare(b *bin.Buffer) error {
tl_auth_request_password_recovery_gen.go#L118: func (r *AuthRequestPasswordRecoveryRequest) Decode(b *bin.Buffer) error {
tl_auth_request_password_recovery_gen.go#L129: func (r *AuthRequestPasswordRecoveryRequest) DecodeBare(b *bin.Buffer) error {
tl_auth_request_password_recovery_gen.go#L153: request := &AuthRequestPasswordRecoveryRequest{}
tl_registry_gen.go#L4821: AuthRequestPasswordRecoveryRequestTypeID: func() bin.Object { return &AuthRequestPasswordRecoveryRequest{} },
tl_server_gen.go#L240: var request AuthRequestPasswordRecoveryRequest
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. |