type github.com/gotd/td/tg.InputMediaDocument
38 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L1583: type InputMediaDocument struct {
tl_input_media_gen.go#L1608: func (i InputMediaDocument) construct() InputMediaClass { return &i }
tl_input_media_gen.go#L1612: _ bin.Encoder = &InputMediaDocument{}
tl_input_media_gen.go#L1613: _ bin.Decoder = &InputMediaDocument{}
tl_input_media_gen.go#L1614: _ bin.BareEncoder = &InputMediaDocument{}
tl_input_media_gen.go#L1615: _ bin.BareDecoder = &InputMediaDocument{}
tl_input_media_gen.go#L1617: _ InputMediaClass = &InputMediaDocument{}
tl_input_media_gen.go#L1620: func (i *InputMediaDocument) Zero() bool {
tl_input_media_gen.go#L1644: func (i *InputMediaDocument) String() string {
tl_input_media_gen.go#L1648: type Alias InputMediaDocument
tl_input_media_gen.go#L1653: func (i *InputMediaDocument) FillFrom(from interface {
tl_input_media_gen.go#L1674: func (*InputMediaDocument) TypeID() uint32 {
tl_input_media_gen.go#L1679: func (*InputMediaDocument) TypeName() string {
tl_input_media_gen.go#L1684: func (i *InputMediaDocument) TypeInfo() tdp.Type {
tl_input_media_gen.go#L1718: func (i *InputMediaDocument) SetFlags() {
tl_input_media_gen.go#L1731: func (i *InputMediaDocument) Encode(b *bin.Buffer) error {
tl_input_media_gen.go#L1740: func (i *InputMediaDocument) EncodeBare(b *bin.Buffer) error {
tl_input_media_gen.go#L1764: func (i *InputMediaDocument) Decode(b *bin.Buffer) error {
tl_input_media_gen.go#L1775: func (i *InputMediaDocument) DecodeBare(b *bin.Buffer) error {
tl_input_media_gen.go#L1810: func (i *InputMediaDocument) SetSpoiler(value bool) {
tl_input_media_gen.go#L1821: func (i *InputMediaDocument) GetSpoiler() (value bool) {
tl_input_media_gen.go#L1829: func (i *InputMediaDocument) GetID() (value InputDocumentClass) {
tl_input_media_gen.go#L1837: func (i *InputMediaDocument) SetTTLSeconds(value int) {
tl_input_media_gen.go#L1844: func (i *InputMediaDocument) GetTTLSeconds() (value int, ok bool) {
tl_input_media_gen.go#L1855: func (i *InputMediaDocument) SetQuery(value string) {
tl_input_media_gen.go#L1862: func (i *InputMediaDocument) GetQuery() (value string, ok bool) {
tl_input_media_gen.go#L4588: v := InputMediaDocument{}
tl_input_media_slices_gen.go#L187: value, ok := elem.(*InputMediaDocument)
tl_input_media_slices_gen.go#L738: type InputMediaDocumentArray []InputMediaDocument
tl_input_media_slices_gen.go#L741: func (s InputMediaDocumentArray) Sort(less func(a, b InputMediaDocument) bool) InputMediaDocumentArray {
tl_input_media_slices_gen.go#L749: func (s InputMediaDocumentArray) SortStable(less func(a, b InputMediaDocument) bool) InputMediaDocumentArray {
tl_input_media_slices_gen.go#L757: func (s InputMediaDocumentArray) Retain(keep func(x InputMediaDocument) bool) InputMediaDocumentArray {
tl_input_media_slices_gen.go#L771: func (s InputMediaDocumentArray) First() (v InputMediaDocument, ok bool) {
tl_input_media_slices_gen.go#L779: func (s InputMediaDocumentArray) Last() (v InputMediaDocument, ok bool) {
tl_input_media_slices_gen.go#L787: func (s *InputMediaDocumentArray) PopFirst() (v InputMediaDocument, ok bool) {
tl_input_media_slices_gen.go#L797: var zero InputMediaDocument
tl_input_media_slices_gen.go#L806: func (s *InputMediaDocumentArray) Pop() (v InputMediaDocument, ok bool) {
tl_registry_gen.go#L3629: InputMediaDocumentTypeID: func() bin.Object { return &InputMediaDocument{} },
|
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. |