LinkPreviewTypeChat constructor

LinkPreviewTypeChat({
  1. InviteLinkChatType? type,
  2. ChatPhoto? photo,
  3. required bool createsJoinRequest,
})

Implementation

LinkPreviewTypeChat({
  this.type,
  this.photo,
  required this.createsJoinRequest,
});