WebPage constructor
WebPage({
- String? extra,
- int? client_id,
- string? url,
- string? display_url,
- string? type,
- string? site_name,
- string? title,
- FormattedText? description,
- Photo? photo,
- string? embed_url,
- string? embed_type,
- int32? embed_width,
- int32? embed_height,
- int32? duration,
- string? author,
- Animation? animation,
- Audio? audio,
- Document? document,
- Sticker? sticker,
- Video? video,
- VideoNote? video_note,
- VoiceNote? voice_note,
- int32? instant_view_version,
Implementation
WebPage({
super.extra,
super.client_id,
this.url,
this.display_url,
this.type,
this.site_name,
this.title,
this.description,
this.photo,
this.embed_url,
this.embed_type,
this.embed_width,
this.embed_height,
this.duration,
this.author,
this.animation,
this.audio,
this.document,
this.sticker,
this.video,
this.video_note,
this.voice_note,
this.instant_view_version,
});