TLInstancePresenceID
A unique identifier for TLInstancePresence records.
Instance presence IDs follow the format 'instance_presence:' followed by a unique identifier, typically the user ID.
type TLInstancePresenceID = RecordId<TLInstancePresence>;Example
const presenceId: TLInstancePresenceID = "instance_presence:user123";Prev
TLInstancePageStateIdNext
TLLanguage