GetSupergroupFullInfo constructor

const GetSupergroupFullInfo({
  1. 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,
});