Telegram Web, preconfigured for usage in I2P.
http://web.telegram.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
376 B
7 lines
376 B
10 years ago
|
<div class="reply_markup_wrap">
|
||
|
<div class="reply_markup_row" ng-repeat="row in replyMarkup.rows">
|
||
|
<div class="reply_markup_button_wrap" ng-class="'reply_markup_button_w' + row.buttons.length" ng-repeat="button in row.buttons">
|
||
|
<button class="btn reply_markup_button" ng-bind-html="::button.rText" ng-click="buttonSend(button)"></button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|