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

28 uses

	github.com/gotd/td/tg (current package)
		tl_chat_full_gen.go#L4237: 	LinkedPeers []CommunityPeer
		tl_chat_full_gen.go#L4314: 	GetLinkedPeers() (value []CommunityPeer)
		tl_chat_full_gen.go#L4501: 			c.LinkedPeers = make([]CommunityPeer, 0, headerLen%bin.PreallocateLimit)
		tl_chat_full_gen.go#L4504: 			var value CommunityPeer
		tl_chat_full_gen.go#L4560: func (c *CommunityFull) GetLinkedPeers() (value []CommunityPeer) {
		tl_community_peer_gen.go#L37: type CommunityPeer struct {
		tl_community_peer_gen.go#L55: 	_ bin.Encoder     = &CommunityPeer{}
		tl_community_peer_gen.go#L56: 	_ bin.Decoder     = &CommunityPeer{}
		tl_community_peer_gen.go#L57: 	_ bin.BareEncoder = &CommunityPeer{}
		tl_community_peer_gen.go#L58: 	_ bin.BareDecoder = &CommunityPeer{}
		tl_community_peer_gen.go#L61: func (c *CommunityPeer) Zero() bool {
		tl_community_peer_gen.go#L82: func (c *CommunityPeer) String() string {
		tl_community_peer_gen.go#L86: 	type Alias CommunityPeer
		tl_community_peer_gen.go#L91: func (c *CommunityPeer) FillFrom(from interface {
		tl_community_peer_gen.go#L107: func (*CommunityPeer) TypeID() uint32 {
		tl_community_peer_gen.go#L112: func (*CommunityPeer) TypeName() string {
		tl_community_peer_gen.go#L117: func (c *CommunityPeer) TypeInfo() tdp.Type {
		tl_community_peer_gen.go#L146: func (c *CommunityPeer) SetFlags() {
		tl_community_peer_gen.go#L156: func (c *CommunityPeer) Encode(b *bin.Buffer) error {
		tl_community_peer_gen.go#L165: func (c *CommunityPeer) EncodeBare(b *bin.Buffer) error {
		tl_community_peer_gen.go#L186: func (c *CommunityPeer) Decode(b *bin.Buffer) error {
		tl_community_peer_gen.go#L197: func (c *CommunityPeer) DecodeBare(b *bin.Buffer) error {
		tl_community_peer_gen.go#L225: func (c *CommunityPeer) SetCanViewHistory(value bool) {
		tl_community_peer_gen.go#L236: func (c *CommunityPeer) GetCanViewHistory() (value bool) {
		tl_community_peer_gen.go#L244: func (c *CommunityPeer) SetVisible(value bool) {
		tl_community_peer_gen.go#L251: func (c *CommunityPeer) GetVisible() (value bool, ok bool) {
		tl_community_peer_gen.go#L262: func (c *CommunityPeer) GetPeer() (value PeerClass) {
		tl_registry_gen.go#L6609: 		CommunityPeerTypeID:                                                     func() bin.Object { return &CommunityPeer{} },