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

20 uses

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