ExGram.Model.VoiceChatParticipantsInvited (ex_gram v0.25.0) View Source

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

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

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.VoiceChatParticipantsInvited{
  users: [ExGram.Model.User.t()] | nil
}

Link to this section Functions