type github.com/gotd/td/tg.AccountSaveSecureValueRequest
22 uses
github.com/gotd/td/tg (current package)
tl_account_save_secure_value_gen.go#L42: type AccountSaveSecureValueRequest struct {
tl_account_save_secure_value_gen.go#L60: _ bin.Encoder = &AccountSaveSecureValueRequest{}
tl_account_save_secure_value_gen.go#L61: _ bin.Decoder = &AccountSaveSecureValueRequest{}
tl_account_save_secure_value_gen.go#L62: _ bin.BareEncoder = &AccountSaveSecureValueRequest{}
tl_account_save_secure_value_gen.go#L63: _ bin.BareDecoder = &AccountSaveSecureValueRequest{}
tl_account_save_secure_value_gen.go#L66: func (s *AccountSaveSecureValueRequest) Zero() bool {
tl_account_save_secure_value_gen.go#L81: func (s *AccountSaveSecureValueRequest) String() string {
tl_account_save_secure_value_gen.go#L85: type Alias AccountSaveSecureValueRequest
tl_account_save_secure_value_gen.go#L90: func (s *AccountSaveSecureValueRequest) FillFrom(from interface {
tl_account_save_secure_value_gen.go#L101: func (*AccountSaveSecureValueRequest) TypeID() uint32 {
tl_account_save_secure_value_gen.go#L106: func (*AccountSaveSecureValueRequest) TypeName() string {
tl_account_save_secure_value_gen.go#L111: func (s *AccountSaveSecureValueRequest) TypeInfo() tdp.Type {
tl_account_save_secure_value_gen.go#L134: func (s *AccountSaveSecureValueRequest) Encode(b *bin.Buffer) error {
tl_account_save_secure_value_gen.go#L143: func (s *AccountSaveSecureValueRequest) EncodeBare(b *bin.Buffer) error {
tl_account_save_secure_value_gen.go#L155: func (s *AccountSaveSecureValueRequest) Decode(b *bin.Buffer) error {
tl_account_save_secure_value_gen.go#L166: func (s *AccountSaveSecureValueRequest) DecodeBare(b *bin.Buffer) error {
tl_account_save_secure_value_gen.go#L186: func (s *AccountSaveSecureValueRequest) GetValue() (value InputSecureValue) {
tl_account_save_secure_value_gen.go#L194: func (s *AccountSaveSecureValueRequest) GetSecureSecretID() (value int64) {
tl_account_save_secure_value_gen.go#L213: func (c *Client) AccountSaveSecureValue(ctx context.Context, request *AccountSaveSecureValueRequest) (*SecureValue, error) {
tl_registry_gen.go#L4865: AccountSaveSecureValueRequestTypeID: func() bin.Object { return &AccountSaveSecureValueRequest{} },
tl_server_gen.go#L1062: func (s *ServerDispatcher) OnAccountSaveSecureValue(f func(ctx context.Context, request *AccountSaveSecureValueRequest) (*SecureValue, error)) {
tl_server_gen.go#L1064: var request AccountSaveSecureValueRequest
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. |