Module tdlight.api

Class TdApi.ChatEventDescriptionChanged

Enclosing class:
TdApi

public static final class TdApi.ChatEventDescriptionChanged extends TdApi.ChatEventAction
The chat description was changed.
  • Field Details

    • oldDescription

      public String oldDescription
      Previous chat description.
    • newDescription

      public String newDescription
      New chat description.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ChatEventDescriptionChanged

      public ChatEventDescriptionChanged()
      The chat description was changed.
    • ChatEventDescriptionChanged

      public ChatEventDescriptionChanged(String oldDescription, String newDescription)
      The chat description was changed.
      Parameters:
      oldDescription - String Previous chat description.
      newDescription - String New chat description.
    • ChatEventDescriptionChanged

      public ChatEventDescriptionChanged(DataInput input) throws IOException
      The chat description was changed.
      Throws:
      IOException
  • Method Details