Method | Description | |
---|---|---|
__construct ( $data ) | ||
isChannel ( ) : boolean | Check if this is a channel | |
isGroupChat ( ) : boolean | Check if this is a group chat | |
isPrivateChat ( ) : boolean | Check if this is a private chat | |
isSuperGroup ( ) : boolean | Check if this is a super group | |
tryMention ( boolean $escape_markdown = false ) : string | null | Try to mention the user of this chat, else return the title |
public isGroupChat ( ) : boolean | ||
return | boolean |
public isPrivateChat ( ) : boolean | ||
return | boolean |
public isSuperGroup ( ) : boolean | ||
return | boolean |