mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Added full support for the Bot API 9.6 * Add support for `managed_bot` updates * Set `description_parse_mode` default to `"parse_mode"` and use `DateTime` for `addition_date` in `PollOption` * Update changelog with features and changes from Bot API 9.6 * Add changelog fragment generator and update poll parameter descriptions
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
name: ContentType
|
|
description:
|
|
This object represents a type of content in message
|
|
static:
|
|
UNKNOWN: unknown
|
|
ANY: any
|
|
extract:
|
|
entity: Message
|
|
exclude:
|
|
- message_id
|
|
- message_thread_id
|
|
- from
|
|
- sender_chat
|
|
- date
|
|
- chat
|
|
- forward_from
|
|
- forward_from_chat
|
|
- forward_from_message_id
|
|
- forward_signature
|
|
- forward_sender_name
|
|
- forward_date
|
|
- is_topic_message
|
|
- is_automatic_forward
|
|
- via_bot
|
|
- edit_date
|
|
- has_protected_content
|
|
- media_group_id
|
|
- author_signature
|
|
- reply_markup
|
|
- entities
|
|
- caption
|
|
- caption_entities
|
|
- reply_to_message
|
|
- quote
|
|
- forward_origin
|
|
- external_reply
|
|
- link_preview_options
|
|
- sender_boost_count
|
|
- reply_to_story
|
|
- business_connection_id
|
|
- sender_business_bot
|
|
- sender_tag
|
|
- is_from_offline
|
|
- has_media_spoiler
|
|
- effect_id
|
|
- show_caption_above_media
|
|
- paid_star_count
|
|
- direct_messages_topic
|
|
- reply_to_checklist_task_id
|
|
- suggested_post_info
|
|
- is_paid_post
|
|
- reply_to_poll_option_id
|