Path : /var/www/html/phkaymedia/vendor/irazasyed/telegram-bot-sdk/src/Objects/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaymedia/vendor/irazasyed/telegram-bot-sdk/src/Objects/ChatPermissions.php |
<?php namespace Telegram\Bot\Objects; /** * Class ChatPermissions. * * @link https://core.telegram.org/bots/api#chatpermissions * * @property bool|null $canSendMessages (Optional). True, if the user is allowed to send text messages, contacts, locations and venues * @property bool|null $canSendMediaMessages (Optional). True, if the user is allowed to send audios, documents, photos, videos, video notes and voice notes, implies can_send_messages * @property bool|null $canSendPolls (Optional). True, if the user is allowed to send polls, implies can_send_messages * @property bool|null $canSendOtherMessages (Optional). True, if the user is allowed to send animations, games, stickers and use inline bots, implies can_send_media_messages * @property bool|null $canAddWebPagePreviews (Optional). True, if the user is allowed to add web page previews to their messages, implies can_send_media_messages * @property bool|null $canChangeInfo (Optional). True, if the user is allowed to change the chat title, photo and other settings. Ignored in public supergroups * @property bool|null $canInviteUsers (Optional). True, if the user is allowed to invite new users to the chat * @property bool|null $canPinMessages (Optional). True, if the user is allowed to pin messages. Ignored in public supergroups */ class ChatPermissions extends BaseObject { /** * {@inheritdoc} */ public function relations() { return []; } }