Trait LineMessageImageMapActionObject

Source
pub trait LineMessageImageMapActionObject {
    // Required method
    fn build(&self) -> Value;
}
Expand description

https://developers.line.biz/ja/reference/messaging-api/#imagemap-action-objects

Required Methods§

Source

fn build(&self) -> Value

Implementors§