Table of Contents
Constants
-
SUBMIT_CREATE_NEW
= 'submit_create_new'
Methods
-
__construct()
: mixed
-
addAddDepartment()
: void
-
addAddUser()
: void
-
addDeleteDepartment()
: void
-
addDeleteUser()
: void
-
addEditDescription()
: void
-
addEditPermissions()
: void
-
addFollowComments()
: void
-
addSetType()
: void
-
addSubmitCreateNew()
: void
-
addUploadFile()
: void
-
blockSingleUserEvents()
: void
-
unblockSingleUserEventsByChat()
: void
SUBMIT_CREATE_NEW
public
mixed
SUBMIT_CREATE_NEW
= 'submit_create_new'
__construct()
public
__construct(Chat $chat) : mixed
Parameters
-
$chat
: Chat
-
addAddDepartment()
public
addAddDepartment() : void
addAddUser()
public
addAddUser([Reason $reason = Reason::DEFAULT ][, bool $isJoin = false ]) : void
Parameters
-
$reason
: Reason
= Reason::DEFAULT
-
-
$isJoin
: bool
= false
-
addDeleteDepartment()
public
addDeleteDepartment() : void
addDeleteUser()
public
addDeleteUser() : void
addEditDescription()
public
addEditDescription() : void
addEditPermissions()
public
addEditPermissions() : void
public
addFollowComments(bool $flag) : void
Parameters
-
$flag
: bool
-
addSetType()
public
addSetType() : 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
-