Interface UpdateTrustedMiniAppBots

Lists of bots which Mini Apps must be allowed to read text from clipboard and must be opened without a warning. Subtype of Update.

interface UpdateTrustedMiniAppBots {
    @type: "updateTrustedMiniAppBots";
    bot_user_ids: number[];
}

Properties

Properties

@type: "updateTrustedMiniAppBots"
bot_user_ids: number[]

List of user identifiers of the bots; the corresponding users may not be sent using updateUser updates and may not be accessible.