Layer 228
WebDomainExceptionObj
A user-defined exception for a specific web domain (e. g. always open externally).
constructor
webDomainException#933ca597 flags:# domain:string url:string title:string favicon:flags.0?long = WebDomainException;
Parameters
| Name | Type | Description |
|---|---|---|
| Domain | string | |
| Url | string | |
| Title | string | |
| Favicon | flags.0?long |
Returns
WebDomainExceptionGogram Example
// Creating WebDomainExceptionObj constructor obj := &tg.WebDomainExceptionObj{ Domain: "example", Url: "https://example.com", Title: "Example", // Optional fields: // Favicon: int64(1234567890), }