Ejemplo n.º 1
0
 def getStickerTemplates(self):
     """ get the sticker templates """
     out = [[t['id'], t['title']] for t in _getStickerTemplates()]
     return DisplayList(out)
Ejemplo n.º 2
0
 def getStickerTemplates(self):
     """ get the sticker templates """
     out = [[t['id'], t['title']] for t in _getStickerTemplates()]
     return DisplayList(out)