isGroupChatId function

bool isGroupChatId(
  1. String id
)

Implementation

bool isGroupChatId(String id) {
  return id.length == 64;
}