AnswerGuestQuery

@Serializable
data class AnswerGuestQuery(val guestQueryId: GuestQueryId, val result: InlineQueryResult) : SimpleRequest<SentGuestMessage> (source)

Constructors

Link copied to clipboard
constructor(guestQueryId: GuestQueryId, result: InlineQueryResult)

Properties

Link copied to clipboard
@SerialName(value = "guest_query_id")
val guestQueryId: GuestQueryId
Link copied to clipboard
open override val requestSerializer: SerializationStrategy<*>
Link copied to clipboard
@SerialName(value = "result")
val result: InlineQueryResult
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<SentGuestMessage>

Functions

Link copied to clipboard
open override fun method(): String