ExGram.Model.CommunityChatJoined (ex_gram v0.70.0)

Copy Markdown View Source

Describes a service message about a chat being joined by a user from a community.

Check the documentation of this model on Telegram Bot API

  • community: The community from which the chat was joined

Summary

Types

t()

@type t() :: %ExGram.Model.CommunityChatJoined{community: ExGram.Model.Community.t()}

Functions

decode_as()