Module tdlight.api

Class TdApi.PageBlockChatLink

Enclosing class:
TdApi

public static final class TdApi.PageBlockChatLink extends TdApi.PageBlock
A link to a chat.
  • Field Details

    • title

      public String title
      Chat title.
    • photo

      public TdApi.ChatPhotoInfo photo
      Chat photo; may be null.
    • username

      public String username
      Chat username by which all other information about the chat can be resolved.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • PageBlockChatLink

      public PageBlockChatLink()
      A link to a chat.
    • PageBlockChatLink

      public PageBlockChatLink(String title, TdApi.ChatPhotoInfo photo, String username)
      A link to a chat.
      Parameters:
      title - String Chat title.
      photo - ChatPhotoInfo Chat photo; may be null.
      username - String Chat username by which all other information about the chat can be resolved.
    • PageBlockChatLink

      public PageBlockChatLink(DataInput input) throws IOException
      A link to a chat.
      Throws:
      IOException
  • Method Details