type github.com/gotd/td/tg.StorageFileGif
19 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L3663: StorageFileGifTypeID: func() bin.Object { return &StorageFileGif{} },
tl_storage_file_type_gen.go#L344: type StorageFileGif struct {
tl_storage_file_type_gen.go#L351: func (f StorageFileGif) construct() StorageFileTypeClass { return &f }
tl_storage_file_type_gen.go#L355: _ bin.Encoder = &StorageFileGif{}
tl_storage_file_type_gen.go#L356: _ bin.Decoder = &StorageFileGif{}
tl_storage_file_type_gen.go#L357: _ bin.BareEncoder = &StorageFileGif{}
tl_storage_file_type_gen.go#L358: _ bin.BareDecoder = &StorageFileGif{}
tl_storage_file_type_gen.go#L360: _ StorageFileTypeClass = &StorageFileGif{}
tl_storage_file_type_gen.go#L363: func (f *StorageFileGif) Zero() bool {
tl_storage_file_type_gen.go#L372: func (f *StorageFileGif) String() string {
tl_storage_file_type_gen.go#L376: type Alias StorageFileGif
tl_storage_file_type_gen.go#L383: func (*StorageFileGif) TypeID() uint32 {
tl_storage_file_type_gen.go#L388: func (*StorageFileGif) TypeName() string {
tl_storage_file_type_gen.go#L393: func (f *StorageFileGif) TypeInfo() tdp.Type {
tl_storage_file_type_gen.go#L407: func (f *StorageFileGif) Encode(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L416: func (f *StorageFileGif) EncodeBare(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L424: func (f *StorageFileGif) Decode(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L435: func (f *StorageFileGif) DecodeBare(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L1129: v := StorageFileGif{}
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. |