help.GetTermsOfServiceUpdate

class pyrogram.raw.functions.help.GetTermsOfServiceUpdate

Look for updates of telegram’s terms of service

Details:
  • Layer: 223

  • ID: 2CA51FD1

Parameters:

No parameters required.

Returns:

help.TermsOfServiceUpdate

TL Schema

help.getTermsOfServiceUpdate#2ca51fd1

= help.TermsOfServiceUpdate

Parameter Tree

GetTermsOfServiceUpdate

Example

await app.invoke(
    GetTermsOfServiceUpdate(
    )
)