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

20 uses

	github.com/gotd/td/tg (current package)
		tl_chat_photo_gen.go#L38: type ChatPhotoEmpty struct {
		tl_chat_photo_gen.go#L45: func (c ChatPhotoEmpty) construct() ChatPhotoClass { return &c }
		tl_chat_photo_gen.go#L49: 	_ bin.Encoder     = &ChatPhotoEmpty{}
		tl_chat_photo_gen.go#L50: 	_ bin.Decoder     = &ChatPhotoEmpty{}
		tl_chat_photo_gen.go#L51: 	_ bin.BareEncoder = &ChatPhotoEmpty{}
		tl_chat_photo_gen.go#L52: 	_ bin.BareDecoder = &ChatPhotoEmpty{}
		tl_chat_photo_gen.go#L54: 	_ ChatPhotoClass = &ChatPhotoEmpty{}
		tl_chat_photo_gen.go#L57: func (c *ChatPhotoEmpty) Zero() bool {
		tl_chat_photo_gen.go#L66: func (c *ChatPhotoEmpty) String() string {
		tl_chat_photo_gen.go#L70: 	type Alias ChatPhotoEmpty
		tl_chat_photo_gen.go#L77: func (*ChatPhotoEmpty) TypeID() uint32 {
		tl_chat_photo_gen.go#L82: func (*ChatPhotoEmpty) TypeName() string {
		tl_chat_photo_gen.go#L87: func (c *ChatPhotoEmpty) TypeInfo() tdp.Type {
		tl_chat_photo_gen.go#L101: func (c *ChatPhotoEmpty) Encode(b *bin.Buffer) error {
		tl_chat_photo_gen.go#L110: func (c *ChatPhotoEmpty) EncodeBare(b *bin.Buffer) error {
		tl_chat_photo_gen.go#L118: func (c *ChatPhotoEmpty) Decode(b *bin.Buffer) error {
		tl_chat_photo_gen.go#L129: func (c *ChatPhotoEmpty) DecodeBare(b *bin.Buffer) error {
		tl_chat_photo_gen.go#L446: func (c *ChatPhotoEmpty) AsNotEmpty() (*ChatPhoto, bool) {
		tl_chat_photo_gen.go#L464: 		v := ChatPhotoEmpty{}
		tl_registry_gen.go#L3692: 		ChatPhotoEmptyTypeID:                                     func() bin.Object { return &ChatPhotoEmpty{} },