TelegramAggregatedMessageSourceReceipt

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val ids: Collection<IntID>

Sent message ids the API returned.

Link copied to clipboard
abstract val messages: Collection<Message>

Inherited properties

Link copied to clipboard
open override val size: Int

Inherited functions

Link copied to clipboard
abstract suspend override fun delete(vararg options: DeleteOption)
Link copied to clipboard
open suspend fun deleteAll(vararg options: DeleteOption): Int
Link copied to clipboard
abstract operator override fun get(index: Int): TelegramSingleMessageReceipt
Link copied to clipboard
abstract operator override fun iterator(): Iterator<TelegramSingleMessageReceipt>