module Sticker:sig
..end
type
sticker = {
|
file_id : |
|
width : |
|
height : |
|
thumb : |
|
file_size : |
Create a `sticker` in a concise manner
val create : file_id:string ->
width:int ->
height:int ->
?thumb:Api.PhotoSize.photo_size option ->
?file_size:int option -> unit -> sticker
val read : Yojson.Safe.json -> sticker