ChatMemberBanned

telegramium.bots.ChatMemberBanned
final case class ChatMemberBanned(user: User, untilDate: Int) extends ChatMember

Represents a chat member that was banned in the chat and can't return to the chat or view chat messages.

Value parameters

untilDate

Date when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever

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