GetSupergroup constructor

const GetSupergroup({
  1. required int supergroupId,
})

Returns information about a supergroup or a channel by its identifier. This is an offline request if the current user is not a bot

Implementation

const GetSupergroup({
  required this.supergroupId,
});