StopPollReq

telegramium.bots.client.StopPollReq
final case class StopPollReq(chatId: ChatId, messageId: Int, replyMarkup: Option[InlineKeyboardMarkup])

Value parameters

chatId

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

messageId

Identifier of the original message with the poll

replyMarkup

A JSON-serialized object for a new message inline keyboard.

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