Layer 197 Preview

Layer 197 Preview

TgScheme

Schema changes

New Methods

Changed Methods

Deleted Methods

  • Removed phone.requestCall
  • Removed payments.convertStarGift
  • Removed payments.saveStarGift

New Constructors

Changed Constructors

Deleted Constructors

  • Removed ipPortSecret
  • Removed accessPointRule
  • Removed ipPort
  • Removed help.configSimple

Schema

---types---

updateGroupCall#97d64341 flags:# chat_id:flags.0?long call:GroupCall = Update;

phoneCall#3ba5940c flags:# p2p_allowed:flags.5?true video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_a_or_b:bytes key_fingerprint:long protocol:PhoneCallProtocol connections:Vector<PhoneConnection> start_date:int custom_parameters:flags.7?DataJSON conference_call:flags.8?InputGroupCall = PhoneCall;

groupCall#cdf8d3e3 flags:# join_muted:flags.1?true can_change_join_muted:flags.2?true join_date_asc:flags.6?true schedule_start_subscribed:flags.8?true can_start_video:flags.9?true record_video_active:flags.11?true rtmp_stream:flags.12?true listeners_hidden:flags.13?true id:long access_hash:long participants_count:int title:flags.3?string stream_dc_id:flags.4?int record_start_date:flags.5?int schedule_date:flags.7?int unmuted_video_count:flags.10?int unmuted_video_limit:int version:int conference_from_call:flags.14?long = GroupCall;

inputInvoiceStarGift#25d8c1d8 flags:# hide_name:flags.0?true include_upgrade:flags.2?true user_id:InputUser gift_id:long message:flags.1?TextWithEntities = InputInvoice;

starGiftUnique#3482f322 flags:# id:long title:string slug:string num:int owner_id:flags.0?long owner_name:flags.1?string attributes:Vector<StarGiftAttribute> availability_issued:int availability_total:int = StarGift;

payments.starGiftUpgradePreview#167bd90b sample_attributes:Vector<StarGiftAttribute> = payments.StarGiftUpgradePreview;

mediaAreaStarGift#5787686d coordinates:MediaAreaCoordinates slug:string = MediaArea;

webPagePreview#b53e8b21 media:MessageMedia users:Vector<User> = WebPagePreview;

payments.uniqueStarGift#caa2f60b gift:StarGift users:Vector<User> = payments.UniqueStarGift;

webPageAttributeUniqueStarGift#cf6f6db8 gift:StarGift = WebPageAttribute;

---functions---

payments.getStarGiftUpgradePreview#9c9abcb1 gift_id:long = payments.StarGiftUpgradePreview;
payments.getUserStarGift#b502e4a5 msg_id:Vector<int> = payments.UserStarGifts;

phone.joinGroupCall#d61e1df3 flags:# muted:flags.0?true video_stopped:flags.2?true call:InputGroupCall join_as:InputPeer invite_hash:flags.1?string key_fingerprint:flags.3?long params:DataJSON = Updates;
phone.createConferenceCall#dfc909ab peer:InputPhoneCall key_fingerprint:long = phone.PhoneCall;

messages.getUniqueStarGift#a1974d72 slug:string = payments.UniqueStarGift;
messages.getBotRecommendations#a1b70815 bot:InputUser = Users;

Report Page