SendChatActionReq

telegramium.bots.client.SendChatActionReq
final case class SendChatActionReq(chatId: ChatId, action: String, businessConnectionId: Option[String], messageThreadId: Option[Int])

Value parameters

action

Type of action to broadcast. Choose one, depending on what the user is about to receive: typing for text messages, upload_photo for photos, record_video or upload_video for videos, record_voice or upload_voice for voice notes, upload_document for general files, choose_sticker for stickers, find_location for location data, record_video_note or upload_video_note for video notes.

businessConnectionId

Unique identifier of the business connection on behalf of which the action will be sent

chatId

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

messageThreadId

Unique identifier for the target message thread; for supergroups only

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