Core TL Object Types
masterThe gramjs/tl/core module exports several fundamental Telegram Layer (TL) object types used for handling RPC results, messages, and packed data. These types are the building blocks for interacting with the Telegram API via GramJS.
Key exported types include:
RPCResult: Represents the result of a Remote Procedure Call.TLMessage: Represents a Telegram message object.MessageContainer: A container for message-related data.GZIPPacked: Represents data that has been compressed using GZIP.