package enums type ChatType string const ( ChatTypePrivate ChatType = "private" ChatTypeGroup ChatType = "group" )