mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-17 13:21:52 +00:00
26 lines
1006 B
HTML
26 lines
1006 B
HTML
{% extends "!layout.html" %}
|
|
{% block extrahead %}
|
|
<meta property="og:title" content="Welcome to Pyrogram — Pyrogram Documentation">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:image" content="https://media.pyrogram.ml/images/pyrogram.png">
|
|
<meta property="og:url" content="https://docs.pyrogram.ml">
|
|
<meta property="og:description" content="Telegram MTProto API Client Library for Python">
|
|
<meta property="og:site_name" content="Pyrogram">
|
|
<meta property="og:locale" content="en_US">
|
|
|
|
<meta name="description" content="Telegram MTProto API Client Library for Python">
|
|
<meta name="theme-color" content="#5c5a55">
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-84734363-2"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-84734363-2');
|
|
</script>
|
|
{% endblock %} |