create()
create($chatId, integer $userId, \TgBotApi\BotApiBase\Type\ChatPermissionsType $chatPermissionsType, array|null $data = null
) : \TgBotApi\BotApiBase\Method\RestrictChatMemberMethod
Static
Parameters
$chatId
$userId
integer
$chatPermissionsType
\TgBotApi\BotApiBase\Type\ChatPermissionsType
$data
array
null
Exceptions
\TgBotApi\BotApiBase\Exception\BadArgumentException |
|
Returns
\TgBotApi\BotApiBase\Method\RestrictChatMemberMethod
createOld()
createOld($chatId, integer $userId, array|null $data = null
) : \TgBotApi\BotApiBase\Method\RestrictChatMemberMethod
Static
Parameters
$chatId
$userId
integer
$data
array
null
Exceptions
\TgBotApi\BotApiBase\Exception\BadArgumentException |
|
Returns
\TgBotApi\BotApiBase\Method\RestrictChatMemberMethod
Optional. Pass True, if the user may add web page previews to their messages, implies can_send_media_messages.
$canAddWebPagePreviews : boolean | null