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

31 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L1279: type DocumentAttributeFilename struct {
		tl_document_attribute_gen.go#L1288: func (d DocumentAttributeFilename) construct() DocumentAttributeClass { return &d }
		tl_document_attribute_gen.go#L1292: 	_ bin.Encoder     = &DocumentAttributeFilename{}
		tl_document_attribute_gen.go#L1293: 	_ bin.Decoder     = &DocumentAttributeFilename{}
		tl_document_attribute_gen.go#L1294: 	_ bin.BareEncoder = &DocumentAttributeFilename{}
		tl_document_attribute_gen.go#L1295: 	_ bin.BareDecoder = &DocumentAttributeFilename{}
		tl_document_attribute_gen.go#L1297: 	_ DocumentAttributeClass = &DocumentAttributeFilename{}
		tl_document_attribute_gen.go#L1300: func (d *DocumentAttributeFilename) Zero() bool {
		tl_document_attribute_gen.go#L1312: func (d *DocumentAttributeFilename) String() string {
		tl_document_attribute_gen.go#L1316: 	type Alias DocumentAttributeFilename
		tl_document_attribute_gen.go#L1321: func (d *DocumentAttributeFilename) FillFrom(from interface {
		tl_document_attribute_gen.go#L1330: func (*DocumentAttributeFilename) TypeID() uint32 {
		tl_document_attribute_gen.go#L1335: func (*DocumentAttributeFilename) TypeName() string {
		tl_document_attribute_gen.go#L1340: func (d *DocumentAttributeFilename) TypeInfo() tdp.Type {
		tl_document_attribute_gen.go#L1359: func (d *DocumentAttributeFilename) Encode(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1368: func (d *DocumentAttributeFilename) EncodeBare(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1377: func (d *DocumentAttributeFilename) Decode(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1388: func (d *DocumentAttributeFilename) DecodeBare(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1403: func (d *DocumentAttributeFilename) GetFileName() (value string) {
		tl_document_attribute_gen.go#L1859: 		v := DocumentAttributeFilename{}
		tl_document_attribute_slices_gen.go#L174: 		value, ok := elem.(*DocumentAttributeFilename)
		tl_document_attribute_slices_gen.go#L526: type DocumentAttributeFilenameArray []DocumentAttributeFilename
		tl_document_attribute_slices_gen.go#L529: func (s DocumentAttributeFilenameArray) Sort(less func(a, b DocumentAttributeFilename) bool) DocumentAttributeFilenameArray {
		tl_document_attribute_slices_gen.go#L537: func (s DocumentAttributeFilenameArray) SortStable(less func(a, b DocumentAttributeFilename) bool) DocumentAttributeFilenameArray {
		tl_document_attribute_slices_gen.go#L545: func (s DocumentAttributeFilenameArray) Retain(keep func(x DocumentAttributeFilename) bool) DocumentAttributeFilenameArray {
		tl_document_attribute_slices_gen.go#L559: func (s DocumentAttributeFilenameArray) First() (v DocumentAttributeFilename, ok bool) {
		tl_document_attribute_slices_gen.go#L567: func (s DocumentAttributeFilenameArray) Last() (v DocumentAttributeFilename, ok bool) {
		tl_document_attribute_slices_gen.go#L575: func (s *DocumentAttributeFilenameArray) PopFirst() (v DocumentAttributeFilename, ok bool) {
		tl_document_attribute_slices_gen.go#L585: 	var zero DocumentAttributeFilename
		tl_document_attribute_slices_gen.go#L594: func (s *DocumentAttributeFilenameArray) Pop() (v DocumentAttributeFilename, ok bool) {
		tl_registry_gen.go#L4065: 		DocumentAttributeFilenameTypeID:                          func() bin.Object { return &DocumentAttributeFilename{} },