Table of Contents
Constants
-
SUBMIT_CREATE_NEW
= 'submit_create_new'
Methods
-
__construct()
: mixed
-
addAddDepartment()
: void
-
addAddReaction()
: void
-
addAddUser()
: void
-
addDeleteDepartment()
: void
-
addDeleteMessage()
: void
-
addDeleteUser()
: void
-
addEditDescription()
: void
-
addEditPermissions()
: void
-
addFollowComments()
: void
-
addSendMessage()
: void
-
addSetType()
: void
-
addShareMessage()
: void
-
addSubmitCreateNew()
: void
-
addUploadFile()
: void
-
blockSingleUserEvents()
: void
-
unblockSingleUserEventsByChat()
: void
SUBMIT_CREATE_NEW
public
mixed
SUBMIT_CREATE_NEW
= 'submit_create_new'
__construct()
public
__construct(Message $message) : mixed
Parameters
-
$message
: Message
-
addAddDepartment()
public
addAddDepartment() : void
addAddReaction()
public
addAddReaction(string $reaction) : void
Parameters
-
$reaction
: string
-
addAddUser()
public
addAddUser([Reason $reason = Reason::DEFAULT ][, bool $isJoin = false ]) : void
Parameters
-
$reason
: Reason
= Reason::DEFAULT
-
-
$isJoin
: bool
= false
-
addDeleteDepartment()
public
addDeleteDepartment() : void
addDeleteMessage()
public
addDeleteMessage(string $messageType) : void
Parameters
-
$messageType
: string
-
addDeleteUser()
public
addDeleteUser() : void
addEditDescription()
public
addEditDescription() : void
addEditPermissions()
public
addEditPermissions() : void
public
addFollowComments(bool $flag) : void
Parameters
-
$flag
: bool
-
addSendMessage()
public
addSendMessage() : void
addSetType()
public
addSetType() : void
addShareMessage()
public
addShareMessage() : void
addSubmitCreateNew()
public
addSubmitCreateNew() : void
addUploadFile()
public
addUploadFile(File $file) : void
Parameters
-
$file
: File
-
blockSingleUserEvents()
public
static blockSingleUserEvents([Chat|null $chat = null ]) : void
Parameters
-
$chat
: Chat|null
= null
-
unblockSingleUserEventsByChat()
public
static unblockSingleUserEventsByChat(Chat $chat) : void
Parameters
-
$chat
: Chat
-