ChatMemberOwner

telegramium.bots.ChatMemberOwner
final case class ChatMemberOwner(user: User, isAnonymous: Boolean, customTitle: Option[String]) extends ChatMember

Represents a chat member that owns the chat and has all administrator privileges.

Value parameters

customTitle

Optional. Custom title for this user

isAnonymous

True, if the user's presence in the chat is hidden

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