SetWebhookMethod

Method to specify a url and receive incoming updates via an outgoing webhook

Members

Mixins

__anonymous
mixin TelegramMethod!"/setWebhook"
Undocumented in source.

Variables

allowed_updates
string[] allowed_updates;

List the types of updates you want your bot to receive

certificate
InputFile certificate;

Public key certificate so that the root certificate in use can be checked

max_connections
int max_connections;

Maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery

url
string url;

HTTPS url to send updates to

See Also

Meta