type github.com/gotd/td/tg.AccountPassword
44 uses
github.com/gotd/td/tg (current package)
tl_account_get_password_gen.go#L135: func (c *Client) AccountGetPassword(ctx context.Context) (*AccountPassword, error) {
tl_account_get_password_gen.go#L136: var result AccountPassword
tl_account_password_gen.go#L38: type AccountPassword struct {
tl_account_password_gen.go#L119: _ bin.Encoder = &AccountPassword{}
tl_account_password_gen.go#L120: _ bin.Decoder = &AccountPassword{}
tl_account_password_gen.go#L121: _ bin.BareEncoder = &AccountPassword{}
tl_account_password_gen.go#L122: _ bin.BareDecoder = &AccountPassword{}
tl_account_password_gen.go#L125: func (p *AccountPassword) Zero() bool {
tl_account_password_gen.go#L176: func (p *AccountPassword) String() string {
tl_account_password_gen.go#L180: type Alias AccountPassword
tl_account_password_gen.go#L185: func (p *AccountPassword) FillFrom(from interface {
tl_account_password_gen.go#L239: func (*AccountPassword) TypeID() uint32 {
tl_account_password_gen.go#L244: func (*AccountPassword) TypeName() string {
tl_account_password_gen.go#L249: func (p *AccountPassword) TypeInfo() tdp.Type {
tl_account_password_gen.go#L326: func (p *AccountPassword) SetFlags() {
tl_account_password_gen.go#L360: func (p *AccountPassword) Encode(b *bin.Buffer) error {
tl_account_password_gen.go#L369: func (p *AccountPassword) EncodeBare(b *bin.Buffer) error {
tl_account_password_gen.go#L420: func (p *AccountPassword) Decode(b *bin.Buffer) error {
tl_account_password_gen.go#L431: func (p *AccountPassword) DecodeBare(b *bin.Buffer) error {
tl_account_password_gen.go#L517: func (p *AccountPassword) SetHasRecovery(value bool) {
tl_account_password_gen.go#L528: func (p *AccountPassword) GetHasRecovery() (value bool) {
tl_account_password_gen.go#L536: func (p *AccountPassword) SetHasSecureValues(value bool) {
tl_account_password_gen.go#L547: func (p *AccountPassword) GetHasSecureValues() (value bool) {
tl_account_password_gen.go#L555: func (p *AccountPassword) SetHasPassword(value bool) {
tl_account_password_gen.go#L566: func (p *AccountPassword) GetHasPassword() (value bool) {
tl_account_password_gen.go#L574: func (p *AccountPassword) SetCurrentAlgo(value PasswordKdfAlgoClass) {
tl_account_password_gen.go#L581: func (p *AccountPassword) GetCurrentAlgo() (value PasswordKdfAlgoClass, ok bool) {
tl_account_password_gen.go#L592: func (p *AccountPassword) SetSRPB(value []byte) {
tl_account_password_gen.go#L599: func (p *AccountPassword) GetSRPB() (value []byte, ok bool) {
tl_account_password_gen.go#L610: func (p *AccountPassword) SetSRPID(value int64) {
tl_account_password_gen.go#L617: func (p *AccountPassword) GetSRPID() (value int64, ok bool) {
tl_account_password_gen.go#L628: func (p *AccountPassword) SetHint(value string) {
tl_account_password_gen.go#L635: func (p *AccountPassword) GetHint() (value string, ok bool) {
tl_account_password_gen.go#L646: func (p *AccountPassword) SetEmailUnconfirmedPattern(value string) {
tl_account_password_gen.go#L653: func (p *AccountPassword) GetEmailUnconfirmedPattern() (value string, ok bool) {
tl_account_password_gen.go#L664: func (p *AccountPassword) GetNewAlgo() (value PasswordKdfAlgoClass) {
tl_account_password_gen.go#L672: func (p *AccountPassword) GetNewSecureAlgo() (value SecurePasswordKdfAlgoClass) {
tl_account_password_gen.go#L680: func (p *AccountPassword) GetSecureRandom() (value []byte) {
tl_account_password_gen.go#L688: func (p *AccountPassword) SetPendingResetDate(value int) {
tl_account_password_gen.go#L695: func (p *AccountPassword) GetPendingResetDate() (value int, ok bool) {
tl_account_password_gen.go#L706: func (p *AccountPassword) SetLoginEmailPattern(value string) {
tl_account_password_gen.go#L713: func (p *AccountPassword) GetLoginEmailPattern() (value string, ok bool) {
tl_registry_gen.go#L4080: AccountPasswordTypeID: func() bin.Object { return &AccountPassword{} },
tl_server_gen.go#L859: func (s *ServerDispatcher) OnAccountGetPassword(f func(ctx context.Context) (*AccountPassword, 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. |