View Source ExGram.Model.VideoChatParticipantsInvited (ex_gram v0.52.1)

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

Check the documentation of this model in https://core.telegram.org/bots/api#videochatparticipantsinvited

Summary

Types

@type t() :: %ExGram.Model.VideoChatParticipantsInvited{
  users: [ExGram.Model.User.t()]
}

Functions