View Source Telegex.Type.VideoChatParticipantsInvited (Telegex v1.0.0-rc.6)

This object represents a service message about new members invited to a video chat.

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Type.VideoChatParticipantsInvited{
  users: [Telegex.Type.User.t()]
}