Class TdApi.UpdateChatIsBlocked

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateChatIsBlocked
    extends TdApi.Update
    A chat was blocked or unblocked.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • isBlocked

        public boolean isBlocked
        New value of isBlocked.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateChatIsBlocked

        public UpdateChatIsBlocked()
        A chat was blocked or unblocked.
      • UpdateChatIsBlocked

        public UpdateChatIsBlocked​(long chatId,
                                   boolean isBlocked)
        A chat was blocked or unblocked.
        Parameters:
        chatId - Chat identifier.
        isBlocked - New value of isBlocked.