Config

class pyrogram.raw.types.Config

Telegram API type.

Constructor of Config.

Details:
  • Layer: 187

  • ID: CC1A241E

Parameters:
  • date (int 32-bit) – N/A

  • expires (int 32-bit) – N/A

  • test_mode (bool) – N/A

  • this_dc (int 32-bit) – N/A

  • dc_options (List of DcOption) – N/A

  • dc_txt_domain_name (str) – N/A

  • chat_size_max (int 32-bit) – N/A

  • megagroup_size_max (int 32-bit) – N/A

  • forwarded_count_max (int 32-bit) – N/A

  • online_update_period_ms (int 32-bit) – N/A

  • offline_blur_timeout_ms (int 32-bit) – N/A

  • offline_idle_timeout_ms (int 32-bit) – N/A

  • online_cloud_timeout_ms (int 32-bit) – N/A

  • notify_cloud_delay_ms (int 32-bit) – N/A

  • notify_default_delay_ms (int 32-bit) – N/A

  • push_chat_period_ms (int 32-bit) – N/A

  • push_chat_limit (int 32-bit) – N/A

  • edit_time_limit (int 32-bit) – N/A

  • revoke_time_limit (int 32-bit) – N/A

  • revoke_pm_time_limit (int 32-bit) – N/A

  • rating_e_decay (int 32-bit) – N/A

  • stickers_recent_limit (int 32-bit) – N/A

  • channels_read_media_period (int 32-bit) – N/A

  • call_receive_timeout_ms (int 32-bit) – N/A

  • call_ring_timeout_ms (int 32-bit) – N/A

  • call_connect_timeout_ms (int 32-bit) – N/A

  • call_packet_timeout_ms (int 32-bit) – N/A

  • me_url_prefix (str) – N/A

  • caption_length_max (int 32-bit) – N/A

  • message_length_max (int 32-bit) – N/A

  • webfile_dc_id (int 32-bit) – N/A

  • default_p2p_contacts (bool, optional) – N/A

  • preload_featured_stickers (bool, optional) – N/A

  • revoke_pm_inbox (bool, optional) – N/A

  • blocked_mode (bool, optional) – N/A

  • force_try_ipv6 (bool, optional) – N/A

  • tmp_sessions (int 32-bit, optional) – N/A

  • autoupdate_url_prefix (str, optional) – N/A

  • gif_search_username (str, optional) – N/A

  • venue_search_username (str, optional) – N/A

  • img_search_username (str, optional) – N/A

  • static_maps_provider (str, optional) – N/A

  • suggested_lang_code (str, optional) – N/A

  • lang_pack_version (int 32-bit, optional) – N/A

  • base_lang_pack_version (int 32-bit, optional) – N/A

  • reactions_default (Reaction, optional) – N/A

  • autologin_token (str, optional) – N/A

Functions:

This object can be returned by 1 function.

help.GetConfig

Telegram API function.