PHP 클래스 TelegramBot\Api\Types\Chat

상속: extends TelegramBot\Api\BaseType, implements TelegramBot\Api\TypeInterface
파일 보기 프로젝트 열기: TelegramBot/Api

보호된 프로퍼티들

프로퍼티 타입 설명
$firstName string Optional. First name of the other party in a private chat
$id integer Unique identifier for this chat, not exceeding 1e13 by absolute value
$lastName string Optional. Last name of the other party in a private chat
$map array
$requiredParams array
$title string Optional. Title, for channels and group chats
$type string Type of chat, can be either “private”, “group”, “supergroup” or “channel”
$username string Optional. Username, for private chats and channels if available

공개 메소드들

메소드 설명
getFirstName ( ) : string
getId ( ) : integer
getLastName ( ) : string
getTitle ( ) : string
getType ( ) : string
getUsername ( ) : string
setFirstName ( string $firstName )
setId ( integer $id )
setLastName ( string $lastName )
setTitle ( string $title )
setType ( string $type )
setUsername ( string $username )

메소드 상세

getFirstName() 공개 메소드

public getFirstName ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getLastName() 공개 메소드

public getLastName ( ) : string
리턴 string

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

getUsername() 공개 메소드

public getUsername ( ) : string
리턴 string

setFirstName() 공개 메소드

public setFirstName ( string $firstName )
$firstName string

setId() 공개 메소드

public setId ( integer $id )
$id integer

setLastName() 공개 메소드

public setLastName ( string $lastName )
$lastName string

setTitle() 공개 메소드

public setTitle ( string $title )
$title string

setType() 공개 메소드

public setType ( string $type )
$type string

setUsername() 공개 메소드

public setUsername ( string $username )
$username string

프로퍼티 상세

$firstName 보호되어 있는 프로퍼티

Optional. First name of the other party in a private chat
protected string $firstName
리턴 string

$id 보호되어 있는 프로퍼티

Unique identifier for this chat, not exceeding 1e13 by absolute value
protected int $id
리턴 integer

$lastName 보호되어 있는 프로퍼티

Optional. Last name of the other party in a private chat
protected string $lastName
리턴 string

$map 보호되어 있는 정적으로 프로퍼티

protected static array $map
리턴 array

$requiredParams 보호되어 있는 정적으로 프로퍼티

protected static array $requiredParams
리턴 array

$title 보호되어 있는 프로퍼티

Optional. Title, for channels and group chats
protected string $title
리턴 string

$type 보호되어 있는 프로퍼티

Type of chat, can be either “private”, “group”, “supergroup” or “channel”
protected string $type
리턴 string

$username 보호되어 있는 프로퍼티

Optional. Username, for private chats and channels if available
protected string $username
리턴 string