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

29 uses

	github.com/gotd/td/tg (current package)
		tl_communities_get_peer_link_requests_gen.go#L230: func (c *Client) CommunitiesGetPeerLinkRequests(ctx context.Context, request *CommunitiesGetPeerLinkRequestsRequest) (*CommunitiesPeerLinkRequests, error) {
		tl_communities_get_peer_link_requests_gen.go#L231: 	var result CommunitiesPeerLinkRequests
		tl_communities_peer_link_requests_gen.go#L37: type CommunitiesPeerLinkRequests struct {
		tl_communities_peer_link_requests_gen.go#L59: 	_ bin.Encoder     = &CommunitiesPeerLinkRequests{}
		tl_communities_peer_link_requests_gen.go#L60: 	_ bin.Decoder     = &CommunitiesPeerLinkRequests{}
		tl_communities_peer_link_requests_gen.go#L61: 	_ bin.BareEncoder = &CommunitiesPeerLinkRequests{}
		tl_communities_peer_link_requests_gen.go#L62: 	_ bin.BareDecoder = &CommunitiesPeerLinkRequests{}
		tl_communities_peer_link_requests_gen.go#L65: func (p *CommunitiesPeerLinkRequests) Zero() bool {
		tl_communities_peer_link_requests_gen.go#L92: func (p *CommunitiesPeerLinkRequests) String() string {
		tl_communities_peer_link_requests_gen.go#L96: 	type Alias CommunitiesPeerLinkRequests
		tl_communities_peer_link_requests_gen.go#L101: func (p *CommunitiesPeerLinkRequests) FillFrom(from interface {
		tl_communities_peer_link_requests_gen.go#L121: func (*CommunitiesPeerLinkRequests) TypeID() uint32 {
		tl_communities_peer_link_requests_gen.go#L126: func (*CommunitiesPeerLinkRequests) TypeName() string {
		tl_communities_peer_link_requests_gen.go#L131: func (p *CommunitiesPeerLinkRequests) TypeInfo() tdp.Type {
		tl_communities_peer_link_requests_gen.go#L167: func (p *CommunitiesPeerLinkRequests) SetFlags() {
		tl_communities_peer_link_requests_gen.go#L174: func (p *CommunitiesPeerLinkRequests) Encode(b *bin.Buffer) error {
		tl_communities_peer_link_requests_gen.go#L183: func (p *CommunitiesPeerLinkRequests) EncodeBare(b *bin.Buffer) error {
		tl_communities_peer_link_requests_gen.go#L223: func (p *CommunitiesPeerLinkRequests) Decode(b *bin.Buffer) error {
		tl_communities_peer_link_requests_gen.go#L234: func (p *CommunitiesPeerLinkRequests) DecodeBare(b *bin.Buffer) error {
		tl_communities_peer_link_requests_gen.go#L312: func (p *CommunitiesPeerLinkRequests) GetTotalCount() (value int) {
		tl_communities_peer_link_requests_gen.go#L320: func (p *CommunitiesPeerLinkRequests) GetRequests() (value []CommunityPeerRequest) {
		tl_communities_peer_link_requests_gen.go#L328: func (p *CommunitiesPeerLinkRequests) SetNextOffset(value string) {
		tl_communities_peer_link_requests_gen.go#L335: func (p *CommunitiesPeerLinkRequests) GetNextOffset() (value string, ok bool) {
		tl_communities_peer_link_requests_gen.go#L346: func (p *CommunitiesPeerLinkRequests) GetChats() (value []ChatClass) {
		tl_communities_peer_link_requests_gen.go#L354: func (p *CommunitiesPeerLinkRequests) GetUsers() (value []UserClass) {
		tl_communities_peer_link_requests_gen.go#L362: func (p *CommunitiesPeerLinkRequests) MapChats() (value ChatClassArray) {
		tl_communities_peer_link_requests_gen.go#L367: func (p *CommunitiesPeerLinkRequests) MapUsers() (value UserClassArray) {
		tl_registry_gen.go#L6611: 		CommunitiesPeerLinkRequestsTypeID:                                       func() bin.Object { return &CommunitiesPeerLinkRequests{} },
		tl_server_gen.go#L14274: func (s *ServerDispatcher) OnCommunitiesGetPeerLinkRequests(f func(ctx context.Context, request *CommunitiesGetPeerLinkRequestsRequest) (*CommunitiesPeerLinkRequests, error)) {