type github.com/gotd/td/tg.DocumentAttributeFilename
31 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L1375: type DocumentAttributeFilename struct {
tl_document_attribute_gen.go#L1384: func (d DocumentAttributeFilename) construct() DocumentAttributeClass { return &d }
tl_document_attribute_gen.go#L1388: _ bin.Encoder = &DocumentAttributeFilename{}
tl_document_attribute_gen.go#L1389: _ bin.Decoder = &DocumentAttributeFilename{}
tl_document_attribute_gen.go#L1390: _ bin.BareEncoder = &DocumentAttributeFilename{}
tl_document_attribute_gen.go#L1391: _ bin.BareDecoder = &DocumentAttributeFilename{}
tl_document_attribute_gen.go#L1393: _ DocumentAttributeClass = &DocumentAttributeFilename{}
tl_document_attribute_gen.go#L1396: func (d *DocumentAttributeFilename) Zero() bool {
tl_document_attribute_gen.go#L1408: func (d *DocumentAttributeFilename) String() string {
tl_document_attribute_gen.go#L1412: type Alias DocumentAttributeFilename
tl_document_attribute_gen.go#L1417: func (d *DocumentAttributeFilename) FillFrom(from interface {
tl_document_attribute_gen.go#L1426: func (*DocumentAttributeFilename) TypeID() uint32 {
tl_document_attribute_gen.go#L1431: func (*DocumentAttributeFilename) TypeName() string {
tl_document_attribute_gen.go#L1436: func (d *DocumentAttributeFilename) TypeInfo() tdp.Type {
tl_document_attribute_gen.go#L1455: func (d *DocumentAttributeFilename) Encode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1464: func (d *DocumentAttributeFilename) EncodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1473: func (d *DocumentAttributeFilename) Decode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1484: func (d *DocumentAttributeFilename) DecodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1499: func (d *DocumentAttributeFilename) GetFileName() (value string) {
tl_document_attribute_gen.go#L1965: 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#L5447: DocumentAttributeFilenameTypeID: func() bin.Object { return &DocumentAttributeFilename{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |