Class TdApi.PageBlockChatLink

Enclosing class:
TdApi

public static 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 should be resolved.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • 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 should be resolved.
    • PageBlockChatLink

      public PageBlockChatLink​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details