Class DirectMessagesTopic

java.lang.Object
io.github.natanimn.telebof.types.DirectMessagesTopic

public class DirectMessagesTopic extends Object
Describes a topic of a direct messages chat.
Since:
3 September 2025
  • Field Details

    • topic_id

      public Long topic_id
      Unique identifier of the topic.
    • user

      public User user
      Optional. Information about the user that created the topic. Currently, it is always present
  • Constructor Details

    • DirectMessagesTopic

      public DirectMessagesTopic()