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

19 uses

	github.com/gotd/td/tg (current package)
		tl_channel_participants_filter_gen.go#L377: type ChannelParticipantsBots struct {
		tl_channel_participants_filter_gen.go#L384: func (c ChannelParticipantsBots) construct() ChannelParticipantsFilterClass { return &c }
		tl_channel_participants_filter_gen.go#L388: 	_ bin.Encoder     = &ChannelParticipantsBots{}
		tl_channel_participants_filter_gen.go#L389: 	_ bin.Decoder     = &ChannelParticipantsBots{}
		tl_channel_participants_filter_gen.go#L390: 	_ bin.BareEncoder = &ChannelParticipantsBots{}
		tl_channel_participants_filter_gen.go#L391: 	_ bin.BareDecoder = &ChannelParticipantsBots{}
		tl_channel_participants_filter_gen.go#L393: 	_ ChannelParticipantsFilterClass = &ChannelParticipantsBots{}
		tl_channel_participants_filter_gen.go#L396: func (c *ChannelParticipantsBots) Zero() bool {
		tl_channel_participants_filter_gen.go#L405: func (c *ChannelParticipantsBots) String() string {
		tl_channel_participants_filter_gen.go#L409: 	type Alias ChannelParticipantsBots
		tl_channel_participants_filter_gen.go#L416: func (*ChannelParticipantsBots) TypeID() uint32 {
		tl_channel_participants_filter_gen.go#L421: func (*ChannelParticipantsBots) TypeName() string {
		tl_channel_participants_filter_gen.go#L426: func (c *ChannelParticipantsBots) TypeInfo() tdp.Type {
		tl_channel_participants_filter_gen.go#L440: func (c *ChannelParticipantsBots) Encode(b *bin.Buffer) error {
		tl_channel_participants_filter_gen.go#L449: func (c *ChannelParticipantsBots) EncodeBare(b *bin.Buffer) error {
		tl_channel_participants_filter_gen.go#L457: func (c *ChannelParticipantsBots) Decode(b *bin.Buffer) error {
		tl_channel_participants_filter_gen.go#L468: func (c *ChannelParticipantsBots) DecodeBare(b *bin.Buffer) error {
		tl_channel_participants_filter_gen.go#L1188: 		v := ChannelParticipantsBots{}
		tl_registry_gen.go#L4167: 		ChannelParticipantsBotsTypeID:                            func() bin.Object { return &ChannelParticipantsBots{} },