Emoji
একটি ইমোজি যা একটি বার্তার প্রতিক্রিয়া হিসাবে ব্যবহৃত হয়।
JSON প্রতিনিধিত্ব |
---|
{
// Union field content can be only one of the following:
"unicode": string,
"customEmoji": {
object (CustomEmoji )
}
// End of list of possible types for union field content .
} |
ক্ষেত্র |
---|
ইউনিয়ন ক্ষেত্রের content । প্রয়োজন। ইমোজির বিষয়বস্তু। content নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
unicode | string ঐচ্ছিক। একটি ইউনিকোড স্ট্রিং দ্বারা উপস্থাপিত একটি মৌলিক ইমোজি। |
customEmoji | object ( CustomEmoji ) শুধুমাত্র আউটপুট। একটি কাস্টম ইমোজি। |
,
একটি ইমোজি যা একটি বার্তার প্রতিক্রিয়া হিসাবে ব্যবহৃত হয়।
JSON প্রতিনিধিত্ব |
---|
{
// Union field content can be only one of the following:
"unicode": string,
"customEmoji": {
object (CustomEmoji )
}
// End of list of possible types for union field content .
} |
ক্ষেত্র |
---|
ইউনিয়ন ক্ষেত্রের content । প্রয়োজন। ইমোজির বিষয়বস্তু। content নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
unicode | string ঐচ্ছিক। একটি ইউনিকোড স্ট্রিং দ্বারা উপস্থাপিত একটি মৌলিক ইমোজি। |
customEmoji | object ( CustomEmoji ) শুধুমাত্র আউটপুট। একটি কাস্টম ইমোজি। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-02-27 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-02-27 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["ReactionEmoji resource represents an emoji used as a reaction to a message."],["Emoji content can be represented either by a unicode string for basic emojis or a CustomEmoji object for custom emojis."],["The content field is required and determines the type of emoji being used."]]],["The core content defines a message reaction emoji, which can be represented in JSON. The `content` field is mandatory and can be either a `unicode` string for basic emojis or a `customEmoji` object for custom emojis. `unicode` is optional and represents a standard emoji, while `customEmoji` is output-only and links to a separate definition of custom emojis. Only one of the content type is accepted.\n"]]