ChatsNearby constructor
const
ChatsNearby({
- required List<
ChatNearby> usersNearby, - required List<
ChatNearby> supergroupsNearby, - dynamic extra,
- int? clientId,
Represents a list of chats located nearby
Implementation
const ChatsNearby({
required this.usersNearby,
required this.supergroupsNearby,
this.extra,
this.clientId,
});