mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 17:53:17 +00:00
13 lines
315 B
YAML
13 lines
315 B
YAML
|
|
name: ChatBoostSourceType
|
||
|
|
description: |
|
||
|
|
This object represents a type of chat boost source.
|
||
|
|
|
||
|
|
Source: https://core.telegram.org/bots/api#chatboostsource
|
||
|
|
multi_parse:
|
||
|
|
attribute: source
|
||
|
|
regexp: "'([a-z_]+)'"
|
||
|
|
entities:
|
||
|
|
- ChatBoostSourcePremium
|
||
|
|
- ChatBoostSourceGiftCode
|
||
|
|
- ChatBoostSourceGiveaway
|