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

26 uses

	github.com/gotd/td/tg (current package)
		tl_communities_get_participant_joined_chats_gen.go#L208: func (c *Client) CommunitiesGetParticipantJoinedChats(ctx context.Context, request *CommunitiesGetParticipantJoinedChatsRequest) (*CommunitiesParticipantJoinedChats, error) {
		tl_communities_get_participant_joined_chats_gen.go#L209: 	var result CommunitiesParticipantJoinedChats
		tl_communities_participant_joined_chats_gen.go#L37: type CommunitiesParticipantJoinedChats struct {
		tl_communities_participant_joined_chats_gen.go#L53: 	_ bin.Encoder     = &CommunitiesParticipantJoinedChats{}
		tl_communities_participant_joined_chats_gen.go#L54: 	_ bin.Decoder     = &CommunitiesParticipantJoinedChats{}
		tl_communities_participant_joined_chats_gen.go#L55: 	_ bin.BareEncoder = &CommunitiesParticipantJoinedChats{}
		tl_communities_participant_joined_chats_gen.go#L56: 	_ bin.BareDecoder = &CommunitiesParticipantJoinedChats{}
		tl_communities_participant_joined_chats_gen.go#L59: func (p *CommunitiesParticipantJoinedChats) Zero() bool {
		tl_communities_participant_joined_chats_gen.go#L80: func (p *CommunitiesParticipantJoinedChats) String() string {
		tl_communities_participant_joined_chats_gen.go#L84: 	type Alias CommunitiesParticipantJoinedChats
		tl_communities_participant_joined_chats_gen.go#L89: func (p *CommunitiesParticipantJoinedChats) FillFrom(from interface {
		tl_communities_participant_joined_chats_gen.go#L104: func (*CommunitiesParticipantJoinedChats) TypeID() uint32 {
		tl_communities_participant_joined_chats_gen.go#L109: func (*CommunitiesParticipantJoinedChats) TypeName() string {
		tl_communities_participant_joined_chats_gen.go#L114: func (p *CommunitiesParticipantJoinedChats) TypeInfo() tdp.Type {
		tl_communities_participant_joined_chats_gen.go#L145: func (p *CommunitiesParticipantJoinedChats) Encode(b *bin.Buffer) error {
		tl_communities_participant_joined_chats_gen.go#L154: func (p *CommunitiesParticipantJoinedChats) EncodeBare(b *bin.Buffer) error {
		tl_communities_participant_joined_chats_gen.go#L188: func (p *CommunitiesParticipantJoinedChats) Decode(b *bin.Buffer) error {
		tl_communities_participant_joined_chats_gen.go#L199: func (p *CommunitiesParticipantJoinedChats) DecodeBare(b *bin.Buffer) error {
		tl_communities_participant_joined_chats_gen.go#L275: func (p *CommunitiesParticipantJoinedChats) GetCreatorChatIDs() (value []int64) {
		tl_communities_participant_joined_chats_gen.go#L283: func (p *CommunitiesParticipantJoinedChats) GetJoinedChatIDs() (value []int64) {
		tl_communities_participant_joined_chats_gen.go#L291: func (p *CommunitiesParticipantJoinedChats) GetChats() (value []ChatClass) {
		tl_communities_participant_joined_chats_gen.go#L299: func (p *CommunitiesParticipantJoinedChats) GetUsers() (value []UserClass) {
		tl_communities_participant_joined_chats_gen.go#L307: func (p *CommunitiesParticipantJoinedChats) MapChats() (value ChatClassArray) {
		tl_communities_participant_joined_chats_gen.go#L312: func (p *CommunitiesParticipantJoinedChats) MapUsers() (value UserClassArray) {
		tl_registry_gen.go#L6613: 		CommunitiesParticipantJoinedChatsTypeID:                                 func() bin.Object { return &CommunitiesParticipantJoinedChats{} },
		tl_server_gen.go#L14354: func (s *ServerDispatcher) OnCommunitiesGetParticipantJoinedChats(f func(ctx context.Context, request *CommunitiesGetParticipantJoinedChatsRequest) (*CommunitiesParticipantJoinedChats, error)) {