ChannelParticipants
---types--- channels.channelParticipants#9ab0feaf count:int participants:Vector<ChannelParticipant> chats:Vector<Chat> users:Vector<User> = channels.ChannelParticipants
Belongs to
channels.ChannelParticipants |
This type can be an instance of either:
ChannelParticipants | ChannelParticipantsNotModified |
Members
count | int | |
participants | ChannelParticipant | A list must be supplied. |
chats | Chat | A list must be supplied. |
users | User | A list must be supplied. |