messageSponsorTypePublicChannel property

MessageSponsorTypePublicChannel? messageSponsorTypePublicChannel

The sponsor is a public channel chat

Implementation

MessageSponsorTypePublicChannel? get messageSponsorTypePublicChannel {
  if (this is MessageSponsorTypePublicChannel) {
    return this as MessageSponsorTypePublicChannel;
  }
  return null;
}