ChatMemberLeft

telegramium.bots.ChatMemberLeft
final case class ChatMemberLeft(user: User) extends ChatMember

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

Value parameters

user

Information about the user

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ChatMember
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product