type github.com/gotd/td/tg.InputBotInlineResultDocument
39 uses
github.com/gotd/td/tg (current package)
tl_input_bot_inline_result_gen.go#L725: type InputBotInlineResultDocument struct {
tl_input_bot_inline_result_gen.go#L756: func (i InputBotInlineResultDocument) construct() InputBotInlineResultClass { return &i }
tl_input_bot_inline_result_gen.go#L760: _ bin.Encoder = &InputBotInlineResultDocument{}
tl_input_bot_inline_result_gen.go#L761: _ bin.Decoder = &InputBotInlineResultDocument{}
tl_input_bot_inline_result_gen.go#L762: _ bin.BareEncoder = &InputBotInlineResultDocument{}
tl_input_bot_inline_result_gen.go#L763: _ bin.BareDecoder = &InputBotInlineResultDocument{}
tl_input_bot_inline_result_gen.go#L765: _ InputBotInlineResultClass = &InputBotInlineResultDocument{}
tl_input_bot_inline_result_gen.go#L768: func (i *InputBotInlineResultDocument) Zero() bool {
tl_input_bot_inline_result_gen.go#L798: func (i *InputBotInlineResultDocument) String() string {
tl_input_bot_inline_result_gen.go#L802: type Alias InputBotInlineResultDocument
tl_input_bot_inline_result_gen.go#L807: func (i *InputBotInlineResultDocument) FillFrom(from interface {
tl_input_bot_inline_result_gen.go#L832: func (*InputBotInlineResultDocument) TypeID() uint32 {
tl_input_bot_inline_result_gen.go#L837: func (*InputBotInlineResultDocument) TypeName() string {
tl_input_bot_inline_result_gen.go#L842: func (i *InputBotInlineResultDocument) TypeInfo() tdp.Type {
tl_input_bot_inline_result_gen.go#L883: func (i *InputBotInlineResultDocument) SetFlags() {
tl_input_bot_inline_result_gen.go#L893: func (i *InputBotInlineResultDocument) Encode(b *bin.Buffer) error {
tl_input_bot_inline_result_gen.go#L902: func (i *InputBotInlineResultDocument) EncodeBare(b *bin.Buffer) error {
tl_input_bot_inline_result_gen.go#L934: func (i *InputBotInlineResultDocument) Decode(b *bin.Buffer) error {
tl_input_bot_inline_result_gen.go#L945: func (i *InputBotInlineResultDocument) DecodeBare(b *bin.Buffer) error {
tl_input_bot_inline_result_gen.go#L1000: func (i *InputBotInlineResultDocument) GetID() (value string) {
tl_input_bot_inline_result_gen.go#L1008: func (i *InputBotInlineResultDocument) GetType() (value string) {
tl_input_bot_inline_result_gen.go#L1016: func (i *InputBotInlineResultDocument) SetTitle(value string) {
tl_input_bot_inline_result_gen.go#L1023: func (i *InputBotInlineResultDocument) GetTitle() (value string, ok bool) {
tl_input_bot_inline_result_gen.go#L1034: func (i *InputBotInlineResultDocument) SetDescription(value string) {
tl_input_bot_inline_result_gen.go#L1041: func (i *InputBotInlineResultDocument) GetDescription() (value string, ok bool) {
tl_input_bot_inline_result_gen.go#L1052: func (i *InputBotInlineResultDocument) GetDocument() (value InputDocumentClass) {
tl_input_bot_inline_result_gen.go#L1060: func (i *InputBotInlineResultDocument) GetSendMessage() (value InputBotInlineMessageClass) {
tl_input_bot_inline_result_gen.go#L1329: v := InputBotInlineResultDocument{}
tl_input_bot_inline_result_slices_gen.go#L148: value, ok := elem.(*InputBotInlineResultDocument)
tl_input_bot_inline_result_slices_gen.go#L336: type InputBotInlineResultDocumentArray []InputBotInlineResultDocument
tl_input_bot_inline_result_slices_gen.go#L339: func (s InputBotInlineResultDocumentArray) Sort(less func(a, b InputBotInlineResultDocument) bool) InputBotInlineResultDocumentArray {
tl_input_bot_inline_result_slices_gen.go#L347: func (s InputBotInlineResultDocumentArray) SortStable(less func(a, b InputBotInlineResultDocument) bool) InputBotInlineResultDocumentArray {
tl_input_bot_inline_result_slices_gen.go#L355: func (s InputBotInlineResultDocumentArray) Retain(keep func(x InputBotInlineResultDocument) bool) InputBotInlineResultDocumentArray {
tl_input_bot_inline_result_slices_gen.go#L369: func (s InputBotInlineResultDocumentArray) First() (v InputBotInlineResultDocument, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L377: func (s InputBotInlineResultDocumentArray) Last() (v InputBotInlineResultDocument, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L385: func (s *InputBotInlineResultDocumentArray) PopFirst() (v InputBotInlineResultDocument, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L395: var zero InputBotInlineResultDocument
tl_input_bot_inline_result_slices_gen.go#L404: func (s *InputBotInlineResultDocumentArray) Pop() (v InputBotInlineResultDocument, ok bool) {
tl_registry_gen.go#L4188: InputBotInlineResultDocumentTypeID: func() bin.Object { return &InputBotInlineResultDocument{} },
|
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. |