Layer 228
CommunitiesParticipantJoinedChatsObj
constructor
communities.participantJoinedChats#8d78512a creator_chat_ids:Vector<long> joined_chat_ids:Vector<long> chats:Vector<Chat> users:Vector<User> = communities.ParticipantJoinedChats;
Parameters
Gogram Example
// Creating CommunitiesParticipantJoinedChatsObj constructor obj := &tg.CommunitiesParticipantJoinedChatsObj{ CreatorChatIds: []long{}, JoinedChatIds: []long{}, Chats: []tg.Chat{&tg.ChatObj{}}, Users: []tg.User{&tg.UserObj{}}, }