type github.com/gotd/td/tg.AccountDeleteAccountRequest
25 uses
github.com/gotd/td/tg (current package)
tl_account_delete_account_gen.go#L45: type AccountDeleteAccountRequest struct {
tl_account_delete_account_gen.go#L69: _ bin.Encoder = &AccountDeleteAccountRequest{}
tl_account_delete_account_gen.go#L70: _ bin.Decoder = &AccountDeleteAccountRequest{}
tl_account_delete_account_gen.go#L71: _ bin.BareEncoder = &AccountDeleteAccountRequest{}
tl_account_delete_account_gen.go#L72: _ bin.BareDecoder = &AccountDeleteAccountRequest{}
tl_account_delete_account_gen.go#L75: func (d *AccountDeleteAccountRequest) Zero() bool {
tl_account_delete_account_gen.go#L93: func (d *AccountDeleteAccountRequest) String() string {
tl_account_delete_account_gen.go#L97: type Alias AccountDeleteAccountRequest
tl_account_delete_account_gen.go#L102: func (d *AccountDeleteAccountRequest) FillFrom(from interface {
tl_account_delete_account_gen.go#L116: func (*AccountDeleteAccountRequest) TypeID() uint32 {
tl_account_delete_account_gen.go#L121: func (*AccountDeleteAccountRequest) TypeName() string {
tl_account_delete_account_gen.go#L126: func (d *AccountDeleteAccountRequest) TypeInfo() tdp.Type {
tl_account_delete_account_gen.go#L150: func (d *AccountDeleteAccountRequest) SetFlags() {
tl_account_delete_account_gen.go#L157: func (d *AccountDeleteAccountRequest) Encode(b *bin.Buffer) error {
tl_account_delete_account_gen.go#L166: func (d *AccountDeleteAccountRequest) EncodeBare(b *bin.Buffer) error {
tl_account_delete_account_gen.go#L187: func (d *AccountDeleteAccountRequest) Decode(b *bin.Buffer) error {
tl_account_delete_account_gen.go#L198: func (d *AccountDeleteAccountRequest) DecodeBare(b *bin.Buffer) error {
tl_account_delete_account_gen.go#L225: func (d *AccountDeleteAccountRequest) GetReason() (value string) {
tl_account_delete_account_gen.go#L233: func (d *AccountDeleteAccountRequest) SetPassword(value InputCheckPasswordSRPClass) {
tl_account_delete_account_gen.go#L240: func (d *AccountDeleteAccountRequest) GetPassword() (value InputCheckPasswordSRPClass, ok bool) {
tl_account_delete_account_gen.go#L252: func (d *AccountDeleteAccountRequest) GetPasswordAsNotEmpty() (*InputCheckPasswordSRP, bool) {
tl_account_delete_account_gen.go#L274: func (c *Client) AccountDeleteAccount(ctx context.Context, request *AccountDeleteAccountRequest) (bool, error) {
tl_registry_gen.go#L4846: AccountDeleteAccountRequestTypeID: func() bin.Object { return &AccountDeleteAccountRequest{} },
tl_server_gen.go#L707: func (s *ServerDispatcher) OnAccountDeleteAccount(f func(ctx context.Context, request *AccountDeleteAccountRequest) (bool, error)) {
tl_server_gen.go#L709: var request AccountDeleteAccountRequest
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. |