type github.com/gotd/td/tg.UploadCDNFile
31 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4344: UploadCDNFileTypeID: func() bin.Object { return &UploadCDNFile{} },
tl_upload_cdn_file_gen.go#L183: type UploadCDNFile struct {
tl_upload_cdn_file_gen.go#L192: func (c UploadCDNFile) construct() UploadCDNFileClass { return &c }
tl_upload_cdn_file_gen.go#L196: _ bin.Encoder = &UploadCDNFile{}
tl_upload_cdn_file_gen.go#L197: _ bin.Decoder = &UploadCDNFile{}
tl_upload_cdn_file_gen.go#L198: _ bin.BareEncoder = &UploadCDNFile{}
tl_upload_cdn_file_gen.go#L199: _ bin.BareDecoder = &UploadCDNFile{}
tl_upload_cdn_file_gen.go#L201: _ UploadCDNFileClass = &UploadCDNFile{}
tl_upload_cdn_file_gen.go#L204: func (c *UploadCDNFile) Zero() bool {
tl_upload_cdn_file_gen.go#L216: func (c *UploadCDNFile) String() string {
tl_upload_cdn_file_gen.go#L220: type Alias UploadCDNFile
tl_upload_cdn_file_gen.go#L225: func (c *UploadCDNFile) FillFrom(from interface {
tl_upload_cdn_file_gen.go#L234: func (*UploadCDNFile) TypeID() uint32 {
tl_upload_cdn_file_gen.go#L239: func (*UploadCDNFile) TypeName() string {
tl_upload_cdn_file_gen.go#L244: func (c *UploadCDNFile) TypeInfo() tdp.Type {
tl_upload_cdn_file_gen.go#L263: func (c *UploadCDNFile) Encode(b *bin.Buffer) error {
tl_upload_cdn_file_gen.go#L272: func (c *UploadCDNFile) EncodeBare(b *bin.Buffer) error {
tl_upload_cdn_file_gen.go#L281: func (c *UploadCDNFile) Decode(b *bin.Buffer) error {
tl_upload_cdn_file_gen.go#L292: func (c *UploadCDNFile) DecodeBare(b *bin.Buffer) error {
tl_upload_cdn_file_gen.go#L307: func (c *UploadCDNFile) GetBytes() (value []byte) {
tl_upload_cdn_file_gen.go#L367: v := UploadCDNFile{}
tl_upload_cdn_file_slices_gen.go#L135: value, ok := elem.(*UploadCDNFile)
tl_upload_cdn_file_slices_gen.go#L228: type UploadCDNFileArray []UploadCDNFile
tl_upload_cdn_file_slices_gen.go#L231: func (s UploadCDNFileArray) Sort(less func(a, b UploadCDNFile) bool) UploadCDNFileArray {
tl_upload_cdn_file_slices_gen.go#L239: func (s UploadCDNFileArray) SortStable(less func(a, b UploadCDNFile) bool) UploadCDNFileArray {
tl_upload_cdn_file_slices_gen.go#L247: func (s UploadCDNFileArray) Retain(keep func(x UploadCDNFile) bool) UploadCDNFileArray {
tl_upload_cdn_file_slices_gen.go#L261: func (s UploadCDNFileArray) First() (v UploadCDNFile, ok bool) {
tl_upload_cdn_file_slices_gen.go#L269: func (s UploadCDNFileArray) Last() (v UploadCDNFile, ok bool) {
tl_upload_cdn_file_slices_gen.go#L277: func (s *UploadCDNFileArray) PopFirst() (v UploadCDNFile, ok bool) {
tl_upload_cdn_file_slices_gen.go#L287: var zero UploadCDNFile
tl_upload_cdn_file_slices_gen.go#L296: func (s *UploadCDNFileArray) Pop() (v UploadCDNFile, ok bool) {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |