type github.com/gotd/td/tg.AccountDeclinePasswordResetRequest
18 uses
github.com/gotd/td/tg (current package)
tl_account_decline_password_reset_gen.go#L41: type AccountDeclinePasswordResetRequest struct {
tl_account_decline_password_reset_gen.go#L49: _ bin.Encoder = &AccountDeclinePasswordResetRequest{}
tl_account_decline_password_reset_gen.go#L50: _ bin.Decoder = &AccountDeclinePasswordResetRequest{}
tl_account_decline_password_reset_gen.go#L51: _ bin.BareEncoder = &AccountDeclinePasswordResetRequest{}
tl_account_decline_password_reset_gen.go#L52: _ bin.BareDecoder = &AccountDeclinePasswordResetRequest{}
tl_account_decline_password_reset_gen.go#L55: func (d *AccountDeclinePasswordResetRequest) Zero() bool {
tl_account_decline_password_reset_gen.go#L64: func (d *AccountDeclinePasswordResetRequest) String() string {
tl_account_decline_password_reset_gen.go#L68: type Alias AccountDeclinePasswordResetRequest
tl_account_decline_password_reset_gen.go#L75: func (*AccountDeclinePasswordResetRequest) TypeID() uint32 {
tl_account_decline_password_reset_gen.go#L80: func (*AccountDeclinePasswordResetRequest) TypeName() string {
tl_account_decline_password_reset_gen.go#L85: func (d *AccountDeclinePasswordResetRequest) TypeInfo() tdp.Type {
tl_account_decline_password_reset_gen.go#L99: func (d *AccountDeclinePasswordResetRequest) Encode(b *bin.Buffer) error {
tl_account_decline_password_reset_gen.go#L108: func (d *AccountDeclinePasswordResetRequest) EncodeBare(b *bin.Buffer) error {
tl_account_decline_password_reset_gen.go#L116: func (d *AccountDeclinePasswordResetRequest) Decode(b *bin.Buffer) error {
tl_account_decline_password_reset_gen.go#L127: func (d *AccountDeclinePasswordResetRequest) DecodeBare(b *bin.Buffer) error {
tl_account_decline_password_reset_gen.go#L148: request := &AccountDeclinePasswordResetRequest{}
tl_registry_gen.go#L4902: AccountDeclinePasswordResetRequestTypeID: func() bin.Object { return &AccountDeclinePasswordResetRequest{} },
tl_server_gen.go#L1761: var request AccountDeclinePasswordResetRequest
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. |