getChannelId method
Gets the chat's ChannelID
from the username
Implementation
ID? getChannelId() {
if (username != null) return ChannelID(username!);
return null;
}
Gets the chat's ChannelID
from the username
ID? getChannelId() {
if (username != null) return ChannelID(username!);
return null;
}