SendChatJoinRequestWebApp

@Serializable
data class SendChatJoinRequestWebApp(val chatJoinRequestQueryId: ChatJoinRequestQueryId, val webAppUrl: String) : SimpleRequest<Unit> (source)

Use this method to process a received chat join request query by showing a Mini App to the user before deciding the outcome. Call AnswerChatJoinRequestQuery to resolve the join request query based on the user interaction with the Mini App.

See also

Constructors

Link copied to clipboard
constructor(chatJoinRequestQueryId: ChatJoinRequestQueryId, webAppUrl: String)

Properties

Link copied to clipboard
@SerialName(value = "chat_join_request_query_id")
val chatJoinRequestQueryId: ChatJoinRequestQueryId
Link copied to clipboard
open override val requestSerializer: SerializationStrategy<*>
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<Unit>
Link copied to clipboard
@SerialName(value = "web_app_url")
val webAppUrl: String

Functions

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