ChatPermissions

class pyrogram.types.ChatPermissions

Describes actions that a non-administrator user is allowed to take in a chat.

Parameters:
  • all_perms (bool, optional) – True, if all permissions are allowed.

  • can_send_messages (bool, optional) – True, if the user is allowed to send text messages, contacts, locations and venues.

  • can_send_media_messages (bool, optional) – True, if the user is allowed to send audios, documents, photos, videos, video notes and voice notes. Implies can_send_messages.

  • can_send_polls (bool, optional) – True, if the user is allowed to send polls. Implies can_send_messages

  • can_add_web_page_previews (bool, optional) – True, if the user is allowed to add web page previews to their messages. Implies can_send_media_messages.

  • can_change_info (bool, optional) – True, if the user is allowed to change the chat title, photo and other settings. Ignored in public supergroups

  • can_invite_users (bool, optional) – True, if the user is allowed to invite new users to the chat.

  • can_pin_messages (bool, optional) – True, if the user is allowed to pin messages. Ignored in public supergroups.

  • can_manage_topics (bool, optional) – True, if the user is allowed to create, rename, close, and reopen forum topics. supergroups only.

  • can_send_audios (bool, optional) – True, if the user is allowed to send audios.

  • can_send_docs (bool, optional) – True, if the user is allowed to send documents.

  • can_send_games (bool, optional) – True, if the user is allowed to send games.

  • can_send_gifs (bool, optional) – True, if the user is allowed to send gifs.

  • can_send_inline (bool, optional) – True, if the user is allowed to send bot inline.

  • can_send_photos (bool, optional) – True, if the user is allowed to send photos.

  • can_send_plain (bool, optional) – True, if the user is allowed to send plain texts.

  • can_send_roundvideos (bool, optional) – True, if the user is allowed to send rounded videos.

  • can_send_stickers (bool, optional) – True, if the user is allowed to send stickers.

  • can_send_videos (bool, optional) – True, if the user is allowed to send videos.

  • can_send_voices (bool, optional) – True, if the user is allowed to send voices.