ExGram.Model.ChatMemberLeft (ex_gram v0.28.0) View Source

Represents a chat member that isn't currently a member of the chat, but may join it themselves.

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

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.ChatMemberLeft{
  status: String.t(),
  user: ExGram.Model.User.t()
}

Link to this section Functions