Class TdApi.UpdateChatDefaultDisableNotification

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateChatDefaultDisableNotification
    extends TdApi.Update
    The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • defaultDisableNotification

        public boolean defaultDisableNotification
        The new defaultDisableNotification value.
      • CONSTRUCTOR

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

      • UpdateChatDefaultDisableNotification

        public UpdateChatDefaultDisableNotification()
        The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
      • UpdateChatDefaultDisableNotification

        public UpdateChatDefaultDisableNotification​(long chatId,
                                                    boolean defaultDisableNotification)
        The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
        Parameters:
        chatId - Chat identifier.
        defaultDisableNotification - The new defaultDisableNotification value.