#wish
@fluencyinenglish
❇️ کاربردهای کلمه “wish” به معنای خواستن، آرزو، میل داشتن
🔷 Wish + to + infinitive
همان معادل want to است اما کمتر رایج است و رسمی تر.
👉 I wish to see the manager.
👉 Wish + somebody + something
🔷 wish + somebody + something
تقدیم آرزوهای خوب برای دیگران
👉 I wish you all the best in your new job.
🔶 همانند مثال اخیر را میتوان همراه با فعل نیز به کار برد، که در آن صورت بایستی از hope استفاده نماییم.
👉 We wish you the best of luck.
👉We hope you have the best of luck.
🔷 Wish + would / could
صحبت درباره ی آرزوها و تمایلات آینده.
👉 I don’t like my work. I wish I could get a better job.
👉 That’s a dreadful noise. I wish it would stop.
🔷 Wish + (that) + past simple
صحبت درباره ی شرایطی که نسبت به آن پشیمان هستیم و تمایل داریم در حال یا آینده، متفاوت از گذشته باشند.
👉 I wish that I had a big house (I don't have a big house, but it's a nice idea!).
👉 I wish that we didn't need to work today (we do need to work today, unfortunately).
🔑نکته : در اکثر متون و مکالمات رسمی انگلیسی، مشاهده خواهید کرد که به جای was از were استفاده می شود، لذا هر دو مورد صحیح می باشند.
👉 I wish I were rich
👉 I wish I was rich
🔷 Wish + (that) + past perfect
صحبت درباره ی موقعیتی که در گذشته اتفاق افتاده است و ما نسبت به آن پشیمانیم.
👉 I wish that I had studied harder at school. (I didn't study hard at school, and now I'm sorry about it.)
👉I wish that I hadn't eaten so much yesterday! (But I did eat a lot yesterday. Now I think it wasn't a good idea.)
@fluencyinenglish
#grammar
#wish
#hope
@fluencyinenglish
@ieltsstrategies
How should I use "I hope" and "I wish"?
@fluencyinenglish
@ieltsstrategies
✅If you want to use "I hope" and "I wish" correctly, you just need to memorize these two phrases:
I hope I can...
I wish I could...
You may be wondering: why do English speakers use the present tense for "hope" and the past tense for "wish"?
The secret is that "could" is not really past tense. It looks like past tense, but it's secretly something different. It's the "unreal" aspect. In other words, it expresses something that's not really true, or not very likely.
We use "wish" to talk about things that are impossible, or things that probably won't happen:
I wish I could fly.
I wish there were more hours in the day.
I wish I'd studied something a little more practical.
On the other hand, we use "I hope..." when there's a good chance that something might happen. You can use it to say what you want to happen in the future:
I hope this cake turns out OK.
I hope we can still be friends.
The grammar of "wish" and "hope"
Here's how "wish" and "hope" look in present, past, and future.
@fluencyinenglish
@ieltsstrategies
❇️Present
I hope this is the last mistake.
I wish my phone worked here.
@fluencyinenglish
@ieltsstrategies
❇️Past
I hope Antonio got home safely.*
I wish you'd told me sooner.
* You can't use "hope" to talk about something in the past, unless you don't know what happened yet. In this example, you haven't heard whther Antonio got home safely.
@fluencyinenglish
@ieltsstrategies
❇️Future
I hope it stops raining soon.*
I wish it would stop raining.
* You follow "hope" with the present tense of a verb, even when you're talking about the future. So you say "I hope it stops" instead of "I hope it will stop."
@fluencyinenglish
@ieltsstrategies
Public Wishing With Show Profile Photo Post.
Javascript Code🤖
Command Name : /post
Code ;
Api.sendPhoto({
chat_id: "@JSOrganization",// Replace To Your Channel Username
photo:"https://t.me/JSOrganization" ,
caption: "*👋Hello! @JSOrganization*",
parse_mode: "Markdown", reply_markup: {inline_keyboard : [[{text: "CLICK TO WISH ", callback_data: "/post2"}]] }
})
Command Name :/post2
Code:
// Get the user Telegram ID
let userId = user.telegramid;
// Array of random wishing captions
const randomCaptions = [
"May your wishes come true! 🌟",
"Sending you warm wishes on this special day! 🌸",
"Wishing you happiness and prosperity!",
"May your heart be filled with joy and peace.",
"Here's to a wonderful Eid ul Adha celebration!"
];
// Function to get a random element from an array
function getRandomElement(array) {
return array[Math.floor(Math.random() * array.length)];
}
// Define the new property name
const newPropertyName = "hasGreeted";
// Check if the user has already greeted
if (!User.getProperty(newPropertyName)) {
// Increment the total wishes by 1
let totalWishes = Bot.getProperty("total_wishes", 0) + 1;
Bot.setProperty("total_wishes", totalWishes, "integer");
// Set a flag to indicate that the user has greeted
User.setProperty(newPropertyName, true, "boolean");
// Send the response with an alert
Api.answerCallbackQuery({
callback_query_id: request.id,
text: `Successfully Wished 🌟\n\nTotal Wishes: ${totalWishes}`,
show_alert: true
});
// Select a random wishing caption
let randomCaption = getRandomElement(randomCaptions);
// Prepare the enhanced caption with the updated total wishes count and random wishing caption
let caption = `${user.first_name}, wishing you all a blessed Eid ul Adha! 🌸\n\n`
+ `Thank you for your wish! ${randomCaption}\n\n`
+ `Total Wishes So Far: ${totalWishes}`;
// Edit the message with the updated caption and media
Api.editMessageMedia({
chat_id: request.chat_id,
message_id: request.message.message_id,
media: {
type: "photo",
media: "t.me/" + user.username,
caption: caption
},
parse_mode: "markdown",
reply_markup: {
inline_keyboard: [
[{ text: "✨ Wish Now ✨", callback_data: "/post2"}]
]
}
});
} else {
// User has already greeted, no action needed
Api.answerCallbackQuery({
callback_query_id: request.id,
text: "You have already greeted!",
show_alert: true
});
}
Replace Your Greetings Random Message As Your Wish
🔴
#Greeting#Wish#EidPost#PublicWish#BotsBusiness#JSOrganization
©@JSOrganization🤖
If Anyone Face Any Error Or Problem. So Message@itsSowrov🙂