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

19 uses

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