addStickerToSet
inline fun TelegramBot.addStickerToSet(userId: Long, name: String, input: InputSticker): AddStickerToSetAction(source)
inline fun TelegramBot.addStickerToSet(userId: Long, name: String, noinline input: () -> InputSticker): AddStickerToSetAction(source)