GetSupergroupFullInfo constructor
const
GetSupergroupFullInfo({
- required int supergroupId,
Returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute
Implementation
const GetSupergroupFullInfo({
required this.supergroupId,
});