type github.com/gotd/td/tg.AccountDeleteSecureValueRequest
21 uses
github.com/gotd/td/tg (current package)
tl_account_delete_secure_value_gen.go#L42: type AccountDeleteSecureValueRequest struct {
tl_account_delete_secure_value_gen.go#L52: _ bin.Encoder = &AccountDeleteSecureValueRequest{}
tl_account_delete_secure_value_gen.go#L53: _ bin.Decoder = &AccountDeleteSecureValueRequest{}
tl_account_delete_secure_value_gen.go#L54: _ bin.BareEncoder = &AccountDeleteSecureValueRequest{}
tl_account_delete_secure_value_gen.go#L55: _ bin.BareDecoder = &AccountDeleteSecureValueRequest{}
tl_account_delete_secure_value_gen.go#L58: func (d *AccountDeleteSecureValueRequest) Zero() bool {
tl_account_delete_secure_value_gen.go#L70: func (d *AccountDeleteSecureValueRequest) String() string {
tl_account_delete_secure_value_gen.go#L74: type Alias AccountDeleteSecureValueRequest
tl_account_delete_secure_value_gen.go#L79: func (d *AccountDeleteSecureValueRequest) FillFrom(from interface {
tl_account_delete_secure_value_gen.go#L88: func (*AccountDeleteSecureValueRequest) TypeID() uint32 {
tl_account_delete_secure_value_gen.go#L93: func (*AccountDeleteSecureValueRequest) TypeName() string {
tl_account_delete_secure_value_gen.go#L98: func (d *AccountDeleteSecureValueRequest) TypeInfo() tdp.Type {
tl_account_delete_secure_value_gen.go#L117: func (d *AccountDeleteSecureValueRequest) Encode(b *bin.Buffer) error {
tl_account_delete_secure_value_gen.go#L126: func (d *AccountDeleteSecureValueRequest) EncodeBare(b *bin.Buffer) error {
tl_account_delete_secure_value_gen.go#L143: func (d *AccountDeleteSecureValueRequest) Decode(b *bin.Buffer) error {
tl_account_delete_secure_value_gen.go#L154: func (d *AccountDeleteSecureValueRequest) DecodeBare(b *bin.Buffer) error {
tl_account_delete_secure_value_gen.go#L179: func (d *AccountDeleteSecureValueRequest) GetTypes() (value []SecureValueTypeClass) {
tl_account_delete_secure_value_gen.go#L187: func (d *AccountDeleteSecureValueRequest) MapTypes() (value SecureValueTypeClassArray) {
tl_account_delete_secure_value_gen.go#L202: request := &AccountDeleteSecureValueRequest{
tl_registry_gen.go#L4866: AccountDeleteSecureValueRequestTypeID: func() bin.Object { return &AccountDeleteSecureValueRequest{} },
tl_server_gen.go#L1081: var request AccountDeleteSecureValueRequest
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. |