apply_boost()¶ Client.apply_boost()¶ Apply boost Usable by Users Bots Parameters: chat_id (int | str) – Unique identifier (int) or username (str) of the target chat. Returns: MyBoost – On success, a boost object is returned. Example # Apply boost to chat id await app.apply_boost(chat_id)