ChannelInviteCreateRequest constructor

const ChannelInviteCreateRequest({
  1. int? maxUses,
  2. int? maxAge,
  3. bool? unique,
  4. bool? temporary,
})

Implementation

const ChannelInviteCreateRequest({
  this.maxUses,
  this.maxAge,
  this.unique,
  this.temporary,
});