WriteAccessAllowed

class telegram.WriteAccessAllowed(web_app_name=None, *, api_kwargs=None)[source]

Bases: telegram.TelegramObject

This object represents a service message about a user allowing a bot to write messages after adding the bot to the attachment menu or launching a Web App from a link.

New in version 20.0.

Parameters:

web_app_name (str, optional) –

Name of the Web App which was launched from a link.

New in version 20.3.

web_app_name[source]

Optional. Name of the Web App which was launched from a link.

New in version 20.3.

Type:

str