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

28 uses

	github.com/gotd/td/tg (current package)
		tl_communities_peer_link_requests_gen.go#L43: 	Requests []CommunityPeerRequest
		tl_communities_peer_link_requests_gen.go#L103: 	GetRequests() (value []CommunityPeerRequest)
		tl_communities_peer_link_requests_gen.go#L257: 			p.Requests = make([]CommunityPeerRequest, 0, headerLen%bin.PreallocateLimit)
		tl_communities_peer_link_requests_gen.go#L260: 			var value CommunityPeerRequest
		tl_communities_peer_link_requests_gen.go#L320: func (p *CommunitiesPeerLinkRequests) GetRequests() (value []CommunityPeerRequest) {
		tl_community_peer_request_gen.go#L37: type CommunityPeerRequest struct {
		tl_community_peer_request_gen.go#L55: 	_ bin.Encoder     = &CommunityPeerRequest{}
		tl_community_peer_request_gen.go#L56: 	_ bin.Decoder     = &CommunityPeerRequest{}
		tl_community_peer_request_gen.go#L57: 	_ bin.BareEncoder = &CommunityPeerRequest{}
		tl_community_peer_request_gen.go#L58: 	_ bin.BareDecoder = &CommunityPeerRequest{}
		tl_community_peer_request_gen.go#L61: func (c *CommunityPeerRequest) Zero() bool {
		tl_community_peer_request_gen.go#L85: func (c *CommunityPeerRequest) String() string {
		tl_community_peer_request_gen.go#L89: 	type Alias CommunityPeerRequest
		tl_community_peer_request_gen.go#L94: func (c *CommunityPeerRequest) FillFrom(from interface {
		tl_community_peer_request_gen.go#L109: func (*CommunityPeerRequest) TypeID() uint32 {
		tl_community_peer_request_gen.go#L114: func (*CommunityPeerRequest) TypeName() string {
		tl_community_peer_request_gen.go#L119: func (c *CommunityPeerRequest) TypeInfo() tdp.Type {
		tl_community_peer_request_gen.go#L151: func (c *CommunityPeerRequest) SetFlags() {
		tl_community_peer_request_gen.go#L158: func (c *CommunityPeerRequest) Encode(b *bin.Buffer) error {
		tl_community_peer_request_gen.go#L167: func (c *CommunityPeerRequest) EncodeBare(b *bin.Buffer) error {
		tl_community_peer_request_gen.go#L187: func (c *CommunityPeerRequest) Decode(b *bin.Buffer) error {
		tl_community_peer_request_gen.go#L198: func (c *CommunityPeerRequest) DecodeBare(b *bin.Buffer) error {
		tl_community_peer_request_gen.go#L233: func (c *CommunityPeerRequest) SetVisible(value bool) {
		tl_community_peer_request_gen.go#L244: func (c *CommunityPeerRequest) GetVisible() (value bool) {
		tl_community_peer_request_gen.go#L252: func (c *CommunityPeerRequest) GetPeer() (value PeerClass) {
		tl_community_peer_request_gen.go#L260: func (c *CommunityPeerRequest) GetRequestedBy() (value int64) {
		tl_community_peer_request_gen.go#L268: func (c *CommunityPeerRequest) GetDate() (value int) {
		tl_registry_gen.go#L6610: 		CommunityPeerRequestTypeID:                                              func() bin.Object { return &CommunityPeerRequest{} },