LinkPreviewTypeChat constructor
LinkPreviewTypeChat({
- InviteLinkChatType? type,
- ChatPhoto? photo,
- required bool createsJoinRequest,
Implementation
LinkPreviewTypeChat({
this.type,
this.photo,
required this.createsJoinRequest,
});