Class ChatJoinRequest

java.lang.Object
io.github.natanimn.telebof.types.updates.ChatJoinRequest
All Implemented Interfaces:
TelegramUpdate

public class ChatJoinRequest extends Object implements TelegramUpdate
Represents a join request sent to a chat.
Since:
3 March 2025
  • Field Details

    • chat

      public Chat chat
      Chat to which the request was sent
    • from

      public User from
      User that sent the join request
    • user_chat_id

      public Long user_chat_id
      Identifier of a private chat with the user who sent the join request.
    • date

      public Integer date
      Date the request was sent in Unix time
    • bio

      public String bio
      Bio of the user.
  • Constructor Details

    • ChatJoinRequest

      public ChatJoinRequest()
  • Method Details