type github.com/gotd/td/tg.SecureValue

63 uses

	github.com/gotd/td/tg (current package)
		tl_account_authorization_form_gen.go#L56: 	Values []SecureValue
		tl_account_authorization_form_gen.go#L119: 	GetValues() (value []SecureValue)
		tl_account_authorization_form_gen.go#L291: 			a.Values = make([]SecureValue, 0, headerLen%bin.PreallocateLimit)
		tl_account_authorization_form_gen.go#L294: 			var value SecureValue
		tl_account_authorization_form_gen.go#L354: func (a *AccountAuthorizationForm) GetValues() (value []SecureValue) {
		tl_account_get_all_secure_values_gen.go#L143: func (c *Client) AccountGetAllSecureValues(ctx context.Context) ([]SecureValue, error) {
		tl_account_get_all_secure_values_gen.go#L150: 	return []SecureValue(result.Elems), nil
		tl_account_get_secure_value_gen.go#L199: func (c *Client) AccountGetSecureValue(ctx context.Context, types []SecureValueTypeClass) ([]SecureValue, error) {
		tl_account_get_secure_value_gen.go#L208: 	return []SecureValue(result.Elems), nil
		tl_account_save_secure_value_gen.go#L213: func (c *Client) AccountSaveSecureValue(ctx context.Context, request *AccountSaveSecureValueRequest) (*SecureValue, error) {
		tl_account_save_secure_value_gen.go#L214: 	var result SecureValue
		tl_message_action_gen.go#L3493: 	Values []SecureValue
		tl_message_action_gen.go#L3539: 	GetValues() (value []SecureValue)
		tl_message_action_gen.go#L3630: 			m.Values = make([]SecureValue, 0, headerLen%bin.PreallocateLimit)
		tl_message_action_gen.go#L3633: 			var value SecureValue
		tl_message_action_gen.go#L3649: func (m *MessageActionSecureValuesSentMe) GetValues() (value []SecureValue) {
		tl_registry_gen.go#L4448: 		SecureValueTypeID:                                        func() bin.Object { return &SecureValue{} },
		tl_secure_value_gen.go#L38: type SecureValue struct {
		tl_secure_value_gen.go#L107: 	_ bin.Encoder     = &SecureValue{}
		tl_secure_value_gen.go#L108: 	_ bin.Decoder     = &SecureValue{}
		tl_secure_value_gen.go#L109: 	_ bin.BareEncoder = &SecureValue{}
		tl_secure_value_gen.go#L110: 	_ bin.BareDecoder = &SecureValue{}
		tl_secure_value_gen.go#L113: func (s *SecureValue) Zero() bool {
		tl_secure_value_gen.go#L152: func (s *SecureValue) String() string {
		tl_secure_value_gen.go#L156: 	type Alias SecureValue
		tl_secure_value_gen.go#L161: func (s *SecureValue) FillFrom(from interface {
		tl_secure_value_gen.go#L207: func (*SecureValue) TypeID() uint32 {
		tl_secure_value_gen.go#L212: func (*SecureValue) TypeName() string {
		tl_secure_value_gen.go#L217: func (s *SecureValue) TypeInfo() tdp.Type {
		tl_secure_value_gen.go#L275: func (s *SecureValue) SetFlags() {
		tl_secure_value_gen.go#L300: func (s *SecureValue) Encode(b *bin.Buffer) error {
		tl_secure_value_gen.go#L309: func (s *SecureValue) EncodeBare(b *bin.Buffer) error {
		tl_secure_value_gen.go#L387: func (s *SecureValue) Decode(b *bin.Buffer) error {
		tl_secure_value_gen.go#L398: func (s *SecureValue) DecodeBare(b *bin.Buffer) error {
		tl_secure_value_gen.go#L492: func (s *SecureValue) GetType() (value SecureValueTypeClass) {
		tl_secure_value_gen.go#L500: func (s *SecureValue) SetData(value SecureData) {
		tl_secure_value_gen.go#L507: func (s *SecureValue) GetData() (value SecureData, ok bool) {
		tl_secure_value_gen.go#L518: func (s *SecureValue) SetFrontSide(value SecureFileClass) {
		tl_secure_value_gen.go#L525: func (s *SecureValue) GetFrontSide() (value SecureFileClass, ok bool) {
		tl_secure_value_gen.go#L536: func (s *SecureValue) SetReverseSide(value SecureFileClass) {
		tl_secure_value_gen.go#L543: func (s *SecureValue) GetReverseSide() (value SecureFileClass, ok bool) {
		tl_secure_value_gen.go#L554: func (s *SecureValue) SetSelfie(value SecureFileClass) {
		tl_secure_value_gen.go#L561: func (s *SecureValue) GetSelfie() (value SecureFileClass, ok bool) {
		tl_secure_value_gen.go#L572: func (s *SecureValue) SetTranslation(value []SecureFileClass) {
		tl_secure_value_gen.go#L579: func (s *SecureValue) GetTranslation() (value []SecureFileClass, ok bool) {
		tl_secure_value_gen.go#L590: func (s *SecureValue) SetFiles(value []SecureFileClass) {
		tl_secure_value_gen.go#L597: func (s *SecureValue) GetFiles() (value []SecureFileClass, ok bool) {
		tl_secure_value_gen.go#L608: func (s *SecureValue) SetPlainData(value SecurePlainDataClass) {
		tl_secure_value_gen.go#L615: func (s *SecureValue) GetPlainData() (value SecurePlainDataClass, ok bool) {
		tl_secure_value_gen.go#L626: func (s *SecureValue) GetHash() (value []byte) {
		tl_secure_value_gen.go#L635: func (s *SecureValue) GetFrontSideAsNotEmpty() (*SecureFile, bool) {
		tl_secure_value_gen.go#L644: func (s *SecureValue) GetReverseSideAsNotEmpty() (*SecureFile, bool) {
		tl_secure_value_gen.go#L653: func (s *SecureValue) GetSelfieAsNotEmpty() (*SecureFile, bool) {
		tl_secure_value_gen.go#L661: func (s *SecureValue) MapTranslation() (value SecureFileClassArray, ok bool) {
		tl_secure_value_gen.go#L669: func (s *SecureValue) MapFiles() (value SecureFileClassArray, ok bool) {
		tl_secure_value_vector_gen.go#L37: 	Elems []SecureValue
		tl_secure_value_vector_gen.go#L73: 	GetElems() (value []SecureValue)
		tl_secure_value_vector_gen.go#L153: 			vec.Elems = make([]SecureValue, 0, headerLen%bin.PreallocateLimit)
		tl_secure_value_vector_gen.go#L156: 			var value SecureValue
		tl_secure_value_vector_gen.go#L167: func (vec *SecureValueVector) GetElems() (value []SecureValue) {
		tl_server_gen.go#L1028: func (s *ServerDispatcher) OnAccountGetAllSecureValues(f func(ctx context.Context) ([]SecureValue, error)) {
		tl_server_gen.go#L1045: func (s *ServerDispatcher) OnAccountGetSecureValue(f func(ctx context.Context, types []SecureValueTypeClass) ([]SecureValue, error)) {
		tl_server_gen.go#L1062: func (s *ServerDispatcher) OnAccountSaveSecureValue(f func(ctx context.Context, request *AccountSaveSecureValueRequest) (*SecureValue, error)) {