AudioMediaGroupPartContent

Properties

Link copied to clipboard
abstract override val media: AudioFile
Link copied to clipboard
abstract val quote: TextQuote?
Link copied to clipboard
abstract val text: String?
Link copied to clipboard
abstract override val textSources: List<TextSource>

Full list of TextSources

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun createResend(    chatId: ChatIdentifier,     messageThreadId: MessageThreadId? = chatId.threadId,     businessConnectionId: BusinessConnectionId? = chatId.businessConnectionId,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowPaidBroadcast: Boolean = false,     effectId: EffectId? = null,     replyParameters: ReplyParameters? = null,     replyMarkup: KeyboardMarkup? = null): Request<out AccessibleMessage>
open fun createResend(    chatId: ChatIdentifier,     messageThreadId: MessageThreadId? = chatId.threadId,     businessConnectionId: BusinessConnectionId? = chatId.businessConnectionId,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowPaidBroadcast: Boolean = false,     effectId: EffectId? = null,     replyToMessageId: MessageId?,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Request<out AccessibleMessage>