mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
43887f7231
commit
f07e089dcb
1 changed files with 2 additions and 2 deletions
|
@ -4200,12 +4200,12 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>opening_minute</td>
|
||||
<td>Integer</td>
|
||||
<td>The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 <em> 24 </em> 60</td>
|
||||
<td>The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>closing_minute</td>
|
||||
<td>Integer</td>
|
||||
<td>The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 <em> 24 </em> 60</td>
|
||||
<td>The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue