PHP 클래스 Longman\TelegramBot\Entities\Chat

상속: extends Entity
파일 보기 프로젝트 열기: akalongman/php-telegram-bot 1 사용 예제들

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

public __construct ( $data )

isChannel() 공개 메소드

Check if this is a channel
public isChannel ( ) : boolean
리턴 boolean

isGroupChat() 공개 메소드

Check if this is a group chat
public isGroupChat ( ) : boolean
리턴 boolean

isPrivateChat() 공개 메소드

Check if this is a private chat
public isPrivateChat ( ) : boolean
리턴 boolean

isSuperGroup() 공개 메소드

Check if this is a super group
public isSuperGroup ( ) : boolean
리턴 boolean

tryMention() 공개 메소드

Try to mention the user of this chat, else return the title
public tryMention ( boolean $escape_markdown = false ) : string | null
$escape_markdown boolean
리턴 string | null