telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
SetWebhookMethod
telega
telegram
webhook
Undocumented in source.
struct
SetWebhookMethod {
mixin
TelegramMethod
!
"/setWebhook"
;
string
url
;
Nullable
!
InputFile
certificate
;
uint
max_connections
;
string
[]
allowed_updates
;
}
Members
Mixins
__anonymous
mixin
TelegramMethod
!
"/setWebhook"
Undocumented in source.
Variables
allowed_updates
string
[]
allowed_updates
;
Undocumented in source.
certificate
Nullable
!
InputFile
certificate
;
Undocumented in source.
max_connections
uint
max_connections
;
Undocumented in source.
url
string
url
;
Undocumented in source.
Meta
Source
See Implementation
telega
telegram
webhook
functions
deleteWebhook
getWebhookInfo
setWebhook
structs
DeleteWebhookMethod
GetWebhookInfoMethod
SetWebhookMethod
WebhookInfo