Class TdApi.ToggleSupergroupSignMessages

  • Enclosing class:
    TdApi

    public static class TdApi.ToggleSupergroupSignMessages
    extends TdApi.Function
    Toggles sender signatures messages sent in a channel; requires appropriate administrator rights in the channel.

    Returns Ok

    • Field Detail

      • supergroupId

        public int supergroupId
        Identifier of the channel.
      • signMessages

        public boolean signMessages
        New value of signMessages.
      • CONSTRUCTOR

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

      • ToggleSupergroupSignMessages

        public ToggleSupergroupSignMessages()
        Default constructor.
      • ToggleSupergroupSignMessages

        public ToggleSupergroupSignMessages​(int supergroupId,
                                            boolean signMessages)
        Constructor for initialization of all fields.
        Parameters:
        supergroupId - Identifier of the channel.
        signMessages - New value of signMessages.