type github.com/gotd/td/tg.InputBotInlineResult
44 uses
github.com/gotd/td/tg (current package)
tl_input_bot_inline_result_gen.go#L38: type InputBotInlineResult struct {
tl_input_bot_inline_result_gen.go#L79: func (i InputBotInlineResult) construct() InputBotInlineResultClass { return &i }
tl_input_bot_inline_result_gen.go#L83: _ bin.Encoder = &InputBotInlineResult{}
tl_input_bot_inline_result_gen.go#L84: _ bin.Decoder = &InputBotInlineResult{}
tl_input_bot_inline_result_gen.go#L85: _ bin.BareEncoder = &InputBotInlineResult{}
tl_input_bot_inline_result_gen.go#L86: _ bin.BareDecoder = &InputBotInlineResult{}
tl_input_bot_inline_result_gen.go#L88: _ InputBotInlineResultClass = &InputBotInlineResult{}
tl_input_bot_inline_result_gen.go#L91: func (i *InputBotInlineResult) Zero() bool {
tl_input_bot_inline_result_gen.go#L127: func (i *InputBotInlineResult) String() string {
tl_input_bot_inline_result_gen.go#L131: type Alias InputBotInlineResult
tl_input_bot_inline_result_gen.go#L136: func (i *InputBotInlineResult) FillFrom(from interface {
tl_input_bot_inline_result_gen.go#L174: func (*InputBotInlineResult) TypeID() uint32 {
tl_input_bot_inline_result_gen.go#L179: func (*InputBotInlineResult) TypeName() string {
tl_input_bot_inline_result_gen.go#L184: func (i *InputBotInlineResult) TypeInfo() tdp.Type {
tl_input_bot_inline_result_gen.go#L236: func (i *InputBotInlineResult) SetFlags() {
tl_input_bot_inline_result_gen.go#L255: func (i *InputBotInlineResult) Encode(b *bin.Buffer) error {
tl_input_bot_inline_result_gen.go#L264: func (i *InputBotInlineResult) EncodeBare(b *bin.Buffer) error {
tl_input_bot_inline_result_gen.go#L303: func (i *InputBotInlineResult) Decode(b *bin.Buffer) error {
tl_input_bot_inline_result_gen.go#L314: func (i *InputBotInlineResult) DecodeBare(b *bin.Buffer) error {
tl_input_bot_inline_result_gen.go#L379: func (i *InputBotInlineResult) GetID() (value string) {
tl_input_bot_inline_result_gen.go#L387: func (i *InputBotInlineResult) GetType() (value string) {
tl_input_bot_inline_result_gen.go#L395: func (i *InputBotInlineResult) SetTitle(value string) {
tl_input_bot_inline_result_gen.go#L402: func (i *InputBotInlineResult) GetTitle() (value string, ok bool) {
tl_input_bot_inline_result_gen.go#L413: func (i *InputBotInlineResult) SetDescription(value string) {
tl_input_bot_inline_result_gen.go#L420: func (i *InputBotInlineResult) GetDescription() (value string, ok bool) {
tl_input_bot_inline_result_gen.go#L431: func (i *InputBotInlineResult) SetURL(value string) {
tl_input_bot_inline_result_gen.go#L438: func (i *InputBotInlineResult) GetURL() (value string, ok bool) {
tl_input_bot_inline_result_gen.go#L449: func (i *InputBotInlineResult) SetThumb(value InputWebDocument) {
tl_input_bot_inline_result_gen.go#L456: func (i *InputBotInlineResult) GetThumb() (value InputWebDocument, ok bool) {
tl_input_bot_inline_result_gen.go#L467: func (i *InputBotInlineResult) SetContent(value InputWebDocument) {
tl_input_bot_inline_result_gen.go#L474: func (i *InputBotInlineResult) GetContent() (value InputWebDocument, ok bool) {
tl_input_bot_inline_result_gen.go#L485: func (i *InputBotInlineResult) GetSendMessage() (value InputBotInlineMessageClass) {
tl_input_bot_inline_result_gen.go#L1315: v := InputBotInlineResult{}
tl_input_bot_inline_result_slices_gen.go#L122: value, ok := elem.(*InputBotInlineResult)
tl_input_bot_inline_result_slices_gen.go#L172: type InputBotInlineResultArray []InputBotInlineResult
tl_input_bot_inline_result_slices_gen.go#L175: func (s InputBotInlineResultArray) Sort(less func(a, b InputBotInlineResult) bool) InputBotInlineResultArray {
tl_input_bot_inline_result_slices_gen.go#L183: func (s InputBotInlineResultArray) SortStable(less func(a, b InputBotInlineResult) bool) InputBotInlineResultArray {
tl_input_bot_inline_result_slices_gen.go#L191: func (s InputBotInlineResultArray) Retain(keep func(x InputBotInlineResult) bool) InputBotInlineResultArray {
tl_input_bot_inline_result_slices_gen.go#L205: func (s InputBotInlineResultArray) First() (v InputBotInlineResult, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L213: func (s InputBotInlineResultArray) Last() (v InputBotInlineResult, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L221: func (s *InputBotInlineResultArray) PopFirst() (v InputBotInlineResult, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L231: var zero InputBotInlineResult
tl_input_bot_inline_result_slices_gen.go#L240: func (s *InputBotInlineResultArray) Pop() (v InputBotInlineResult, ok bool) {
tl_registry_gen.go#L4186: InputBotInlineResultTypeID: func() bin.Object { return &InputBotInlineResult{} },
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |