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

33 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4459: 		SecureValueErrorTranslationFilesTypeID:                   func() bin.Object { return &SecureValueErrorTranslationFiles{} },
		tl_secure_value_error_gen.go#L1701: type SecureValueErrorTranslationFiles struct {
		tl_secure_value_error_gen.go#L1730: func (s SecureValueErrorTranslationFiles) construct() SecureValueErrorClass { return &s }
		tl_secure_value_error_gen.go#L1734: 	_ bin.Encoder     = &SecureValueErrorTranslationFiles{}
		tl_secure_value_error_gen.go#L1735: 	_ bin.Decoder     = &SecureValueErrorTranslationFiles{}
		tl_secure_value_error_gen.go#L1736: 	_ bin.BareEncoder = &SecureValueErrorTranslationFiles{}
		tl_secure_value_error_gen.go#L1737: 	_ bin.BareDecoder = &SecureValueErrorTranslationFiles{}
		tl_secure_value_error_gen.go#L1739: 	_ SecureValueErrorClass = &SecureValueErrorTranslationFiles{}
		tl_secure_value_error_gen.go#L1742: func (s *SecureValueErrorTranslationFiles) Zero() bool {
		tl_secure_value_error_gen.go#L1760: func (s *SecureValueErrorTranslationFiles) String() string {
		tl_secure_value_error_gen.go#L1764: 	type Alias SecureValueErrorTranslationFiles
		tl_secure_value_error_gen.go#L1769: func (s *SecureValueErrorTranslationFiles) FillFrom(from interface {
		tl_secure_value_error_gen.go#L1782: func (*SecureValueErrorTranslationFiles) TypeID() uint32 {
		tl_secure_value_error_gen.go#L1787: func (*SecureValueErrorTranslationFiles) TypeName() string {
		tl_secure_value_error_gen.go#L1792: func (s *SecureValueErrorTranslationFiles) TypeInfo() tdp.Type {
		tl_secure_value_error_gen.go#L1819: func (s *SecureValueErrorTranslationFiles) Encode(b *bin.Buffer) error {
		tl_secure_value_error_gen.go#L1828: func (s *SecureValueErrorTranslationFiles) EncodeBare(b *bin.Buffer) error {
		tl_secure_value_error_gen.go#L1847: func (s *SecureValueErrorTranslationFiles) Decode(b *bin.Buffer) error {
		tl_secure_value_error_gen.go#L1858: func (s *SecureValueErrorTranslationFiles) DecodeBare(b *bin.Buffer) error {
		tl_secure_value_error_gen.go#L1897: func (s *SecureValueErrorTranslationFiles) GetType() (value SecureValueTypeClass) {
		tl_secure_value_error_gen.go#L1905: func (s *SecureValueErrorTranslationFiles) GetFileHash() (value [][]byte) {
		tl_secure_value_error_gen.go#L1913: func (s *SecureValueErrorTranslationFiles) GetText() (value string) {
		tl_secure_value_error_gen.go#L2046: 		v := SecureValueErrorTranslationFiles{}
		tl_secure_value_error_slices_gen.go#L226: 		value, ok := elem.(*SecureValueErrorTranslationFiles)
		tl_secure_value_error_slices_gen.go#L893: type SecureValueErrorTranslationFilesArray []SecureValueErrorTranslationFiles
		tl_secure_value_error_slices_gen.go#L896: func (s SecureValueErrorTranslationFilesArray) Sort(less func(a, b SecureValueErrorTranslationFiles) bool) SecureValueErrorTranslationFilesArray {
		tl_secure_value_error_slices_gen.go#L904: func (s SecureValueErrorTranslationFilesArray) SortStable(less func(a, b SecureValueErrorTranslationFiles) bool) SecureValueErrorTranslationFilesArray {
		tl_secure_value_error_slices_gen.go#L912: func (s SecureValueErrorTranslationFilesArray) Retain(keep func(x SecureValueErrorTranslationFiles) bool) SecureValueErrorTranslationFilesArray {
		tl_secure_value_error_slices_gen.go#L926: func (s SecureValueErrorTranslationFilesArray) First() (v SecureValueErrorTranslationFiles, ok bool) {
		tl_secure_value_error_slices_gen.go#L934: func (s SecureValueErrorTranslationFilesArray) Last() (v SecureValueErrorTranslationFiles, ok bool) {
		tl_secure_value_error_slices_gen.go#L942: func (s *SecureValueErrorTranslationFilesArray) PopFirst() (v SecureValueErrorTranslationFiles, ok bool) {
		tl_secure_value_error_slices_gen.go#L952: 	var zero SecureValueErrorTranslationFiles
		tl_secure_value_error_slices_gen.go#L961: func (s *SecureValueErrorTranslationFilesArray) Pop() (v SecureValueErrorTranslationFiles, ok bool) {