Provides struct and type for a ChannelInviteInfo
Summary
Types
@type t() :: %Gleanex.Client.ChannelInviteInfo{ channel: String.t() | nil, inviteTime: DateTime.t() | nil, inviter: Gleanex.Client.Person.t() | nil, isAutoInvite: boolean() | nil, reminderTime: DateTime.t() | nil }