Class: TD::Types::CallServerType::TelegramReflector

Inherits:
TD::Types::CallServerType show all
Defined in:
lib/tdlib/types/call_server_type/telegram_reflector.rb

Overview

A Telegram call reflector.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#peer_tagString

A peer tag to be used with the reflector.

Returns:

  • (String)

    the current value of peer_tag



5
6
7
# File 'lib/tdlib/types/call_server_type/telegram_reflector.rb', line 5

def peer_tag
  @peer_tag
end