PinChatMessageReq

telegramium.bots.client.PinChatMessageReq
final case class PinChatMessageReq(chatId: ChatId, messageId: Int, disableNotification: Option[Boolean])

Value parameters

chatId

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

disableNotification

Pass True if it is not necessary to send a notification to all chat members about the new pinned message. Notifications are always disabled in channels and private chats.

messageId

Identifier of a message to pin

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