type github.com/gotd/td/tg.EncryptedFileEmpty
20 uses
github.com/gotd/td/tg (current package)
tl_encrypted_file_gen.go#L38: type EncryptedFileEmpty struct {
tl_encrypted_file_gen.go#L45: func (e EncryptedFileEmpty) construct() EncryptedFileClass { return &e }
tl_encrypted_file_gen.go#L49: _ bin.Encoder = &EncryptedFileEmpty{}
tl_encrypted_file_gen.go#L50: _ bin.Decoder = &EncryptedFileEmpty{}
tl_encrypted_file_gen.go#L51: _ bin.BareEncoder = &EncryptedFileEmpty{}
tl_encrypted_file_gen.go#L52: _ bin.BareDecoder = &EncryptedFileEmpty{}
tl_encrypted_file_gen.go#L54: _ EncryptedFileClass = &EncryptedFileEmpty{}
tl_encrypted_file_gen.go#L57: func (e *EncryptedFileEmpty) Zero() bool {
tl_encrypted_file_gen.go#L66: func (e *EncryptedFileEmpty) String() string {
tl_encrypted_file_gen.go#L70: type Alias EncryptedFileEmpty
tl_encrypted_file_gen.go#L77: func (*EncryptedFileEmpty) TypeID() uint32 {
tl_encrypted_file_gen.go#L82: func (*EncryptedFileEmpty) TypeName() string {
tl_encrypted_file_gen.go#L87: func (e *EncryptedFileEmpty) TypeInfo() tdp.Type {
tl_encrypted_file_gen.go#L101: func (e *EncryptedFileEmpty) Encode(b *bin.Buffer) error {
tl_encrypted_file_gen.go#L110: func (e *EncryptedFileEmpty) EncodeBare(b *bin.Buffer) error {
tl_encrypted_file_gen.go#L118: func (e *EncryptedFileEmpty) Decode(b *bin.Buffer) error {
tl_encrypted_file_gen.go#L129: func (e *EncryptedFileEmpty) DecodeBare(b *bin.Buffer) error {
tl_encrypted_file_gen.go#L438: func (e *EncryptedFileEmpty) AsNotEmpty() (*EncryptedFile, bool) {
tl_encrypted_file_gen.go#L456: v := EncryptedFileEmpty{}
tl_registry_gen.go#L3979: EncryptedFileEmptyTypeID: func() bin.Object { return &EncryptedFileEmpty{} },
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. |