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

33 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4458: 		SecureValueErrorTranslationFileTypeID:                    func() bin.Object { return &SecureValueErrorTranslationFile{} },
		tl_secure_value_error_gen.go#L1490: type SecureValueErrorTranslationFile struct {
		tl_secure_value_error_gen.go#L1519: func (s SecureValueErrorTranslationFile) construct() SecureValueErrorClass { return &s }
		tl_secure_value_error_gen.go#L1523: 	_ bin.Encoder     = &SecureValueErrorTranslationFile{}
		tl_secure_value_error_gen.go#L1524: 	_ bin.Decoder     = &SecureValueErrorTranslationFile{}
		tl_secure_value_error_gen.go#L1525: 	_ bin.BareEncoder = &SecureValueErrorTranslationFile{}
		tl_secure_value_error_gen.go#L1526: 	_ bin.BareDecoder = &SecureValueErrorTranslationFile{}
		tl_secure_value_error_gen.go#L1528: 	_ SecureValueErrorClass = &SecureValueErrorTranslationFile{}
		tl_secure_value_error_gen.go#L1531: func (s *SecureValueErrorTranslationFile) Zero() bool {
		tl_secure_value_error_gen.go#L1549: func (s *SecureValueErrorTranslationFile) String() string {
		tl_secure_value_error_gen.go#L1553: 	type Alias SecureValueErrorTranslationFile
		tl_secure_value_error_gen.go#L1558: func (s *SecureValueErrorTranslationFile) FillFrom(from interface {
		tl_secure_value_error_gen.go#L1571: func (*SecureValueErrorTranslationFile) TypeID() uint32 {
		tl_secure_value_error_gen.go#L1576: func (*SecureValueErrorTranslationFile) TypeName() string {
		tl_secure_value_error_gen.go#L1581: func (s *SecureValueErrorTranslationFile) TypeInfo() tdp.Type {
		tl_secure_value_error_gen.go#L1608: func (s *SecureValueErrorTranslationFile) Encode(b *bin.Buffer) error {
		tl_secure_value_error_gen.go#L1617: func (s *SecureValueErrorTranslationFile) EncodeBare(b *bin.Buffer) error {
		tl_secure_value_error_gen.go#L1633: func (s *SecureValueErrorTranslationFile) Decode(b *bin.Buffer) error {
		tl_secure_value_error_gen.go#L1644: func (s *SecureValueErrorTranslationFile) DecodeBare(b *bin.Buffer) error {
		tl_secure_value_error_gen.go#L1673: func (s *SecureValueErrorTranslationFile) GetType() (value SecureValueTypeClass) {
		tl_secure_value_error_gen.go#L1681: func (s *SecureValueErrorTranslationFile) GetFileHash() (value []byte) {
		tl_secure_value_error_gen.go#L1689: func (s *SecureValueErrorTranslationFile) GetText() (value string) {
		tl_secure_value_error_gen.go#L2039: 		v := SecureValueErrorTranslationFile{}
		tl_secure_value_error_slices_gen.go#L213: 		value, ok := elem.(*SecureValueErrorTranslationFile)
		tl_secure_value_error_slices_gen.go#L811: type SecureValueErrorTranslationFileArray []SecureValueErrorTranslationFile
		tl_secure_value_error_slices_gen.go#L814: func (s SecureValueErrorTranslationFileArray) Sort(less func(a, b SecureValueErrorTranslationFile) bool) SecureValueErrorTranslationFileArray {
		tl_secure_value_error_slices_gen.go#L822: func (s SecureValueErrorTranslationFileArray) SortStable(less func(a, b SecureValueErrorTranslationFile) bool) SecureValueErrorTranslationFileArray {
		tl_secure_value_error_slices_gen.go#L830: func (s SecureValueErrorTranslationFileArray) Retain(keep func(x SecureValueErrorTranslationFile) bool) SecureValueErrorTranslationFileArray {
		tl_secure_value_error_slices_gen.go#L844: func (s SecureValueErrorTranslationFileArray) First() (v SecureValueErrorTranslationFile, ok bool) {
		tl_secure_value_error_slices_gen.go#L852: func (s SecureValueErrorTranslationFileArray) Last() (v SecureValueErrorTranslationFile, ok bool) {
		tl_secure_value_error_slices_gen.go#L860: func (s *SecureValueErrorTranslationFileArray) PopFirst() (v SecureValueErrorTranslationFile, ok bool) {
		tl_secure_value_error_slices_gen.go#L870: 	var zero SecureValueErrorTranslationFile
		tl_secure_value_error_slices_gen.go#L879: func (s *SecureValueErrorTranslationFileArray) Pop() (v SecureValueErrorTranslationFile, ok bool) {