BanChatMemberReq

telegramium.bots.client.BanChatMemberReq
final case class BanChatMemberReq(chatId: ChatId, userId: Long, untilDate: Option[Int], revokeMessages: Option[Boolean])

Value parameters

chatId

Unique identifier for the target group or username of the target supergroup or channel (in the format @channelusername)

revokeMessages

Pass True to delete all messages from the chat for the user that is being removed. If False, the user will be able to see messages in the group that were sent before the user was removed. Always True for supergroups and channels.

untilDate

Date when the user will be unbanned; Unix time. If user is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. Applied for supergroups and channels only.

userId

Unique identifier of the target user

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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