SearchPublicChat constructor
const
SearchPublicChat({
- required String username,
Searches a public chat by its username. Currently, only private chats, supergroups and channels can be public. Returns the chat if found; otherwise an error is returned
Implementation
const SearchPublicChat({
required this.username,
});