type github.com/gotd/td/tg.AccountResetPasswordOk
20 uses
github.com/gotd/td/tg (current package)
tl_account_reset_password_result_gen.go#L310: type AccountResetPasswordOk struct {
tl_account_reset_password_result_gen.go#L317: func (r AccountResetPasswordOk) construct() AccountResetPasswordResultClass { return &r }
tl_account_reset_password_result_gen.go#L321: _ bin.Encoder = &AccountResetPasswordOk{}
tl_account_reset_password_result_gen.go#L322: _ bin.Decoder = &AccountResetPasswordOk{}
tl_account_reset_password_result_gen.go#L323: _ bin.BareEncoder = &AccountResetPasswordOk{}
tl_account_reset_password_result_gen.go#L324: _ bin.BareDecoder = &AccountResetPasswordOk{}
tl_account_reset_password_result_gen.go#L326: _ AccountResetPasswordResultClass = &AccountResetPasswordOk{}
tl_account_reset_password_result_gen.go#L329: func (r *AccountResetPasswordOk) Zero() bool {
tl_account_reset_password_result_gen.go#L338: func (r *AccountResetPasswordOk) String() string {
tl_account_reset_password_result_gen.go#L342: type Alias AccountResetPasswordOk
tl_account_reset_password_result_gen.go#L349: func (*AccountResetPasswordOk) TypeID() uint32 {
tl_account_reset_password_result_gen.go#L354: func (*AccountResetPasswordOk) TypeName() string {
tl_account_reset_password_result_gen.go#L359: func (r *AccountResetPasswordOk) TypeInfo() tdp.Type {
tl_account_reset_password_result_gen.go#L373: func (r *AccountResetPasswordOk) Encode(b *bin.Buffer) error {
tl_account_reset_password_result_gen.go#L382: func (r *AccountResetPasswordOk) EncodeBare(b *bin.Buffer) error {
tl_account_reset_password_result_gen.go#L390: func (r *AccountResetPasswordOk) Decode(b *bin.Buffer) error {
tl_account_reset_password_result_gen.go#L401: func (r *AccountResetPasswordOk) DecodeBare(b *bin.Buffer) error {
tl_account_reset_password_result_gen.go#L469: v := AccountResetPasswordOk{}
tl_registry_gen.go#L4625: AccountResetPasswordOkTypeID: func() bin.Object { return &AccountResetPasswordOk{} },
github.com/gotd/td/telegram/auth
password.go#L164: case *tg.AccountResetPasswordOk:
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. |