webhookId property

DiscordSnowflake? webhookId
final

if the message is generated by a webhook, this is the webhook's id

is not always returned, hence the nullable property

Implementation

final DiscordSnowflake? webhookId;