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
Author:
Natanim
  • Field Details

    • topicId

      @SerializedName("topic_id") private Long topicId
      Unique identifier of the topic.
    • user

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

    • DirectMessagesTopic

      public DirectMessagesTopic()
  • Method Details

    • getTopicId

      public Long getTopicId()
    • getUser

      public User getUser()