Class: TD::Types::LinkPreviewType::SupergroupBoost

Inherits:
TD::Types::LinkPreviewType show all
Defined in:
lib/tdlib/types/link_preview_type/supergroup_boost.rb

Overview

The link is a link to boost a supergroup chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#photoTD::Types::ChatPhoto?

Photo of the chat; may be null.

Returns:



5
6
7
# File 'lib/tdlib/types/link_preview_type/supergroup_boost.rb', line 5

def photo
  @photo
end