Home telegram - messageHistoryIndexTable
Post
Cancel

telegram - messageHistoryIndexTable

MessageHistoryIndexTable

class MessageHistoryIndexTable:Table

1
2
3
static func tableSpec(_ id: Int32) -> ValueBoxTable {
    return ValueBoxTable(id: id, keyType: .binary, compactValuesOnCreation: true)
}
This post is licensed under CC BY 4.0 by the author.