Link Search Menu Expand Document

Constructor: chatInvite

Back to constructors index

Chat invite info

Attributes:

NameTypeRequiredDescription
channelBoolOptionalWhether this is a channel/supergroup or a normal group
broadcastBoolOptionalWhether this is a channel
publicBoolOptionalWhether this is a public channel/supergroup
megagroupBoolOptionalWhether this is a supergroup
request_neededBoolOptionalWhether the join request » must be first approved by an administrator
verifiedBoolOptional
scamBoolOptional
fakeBoolOptional
titlestringYesChat/supergroup/channel title
aboutstringOptionalDescription of the group of channel
photoPhotoOptionalChat/supergroup/channel photo
participants_countintYesParticipant count
participantsArray of UserOptionalA few of the participants that are in the group
colorintYes

Type: ChatInvite

Example:

$chatInvite = ['_' => 'chatInvite', 'channel' => Bool, 'broadcast' => Bool, 'public' => Bool, 'megagroup' => Bool, 'request_needed' => Bool, 'verified' => Bool, 'scam' => Bool, 'fake' => Bool, 'title' => 'string', 'about' => 'string', 'photo' => Photo, 'participants_count' => int, 'participants' => [User, User], 'color' => int];