type github.com/gotd/td/tg.InputQuickReplyShortcutID

31 uses

	github.com/gotd/td/tg (current package)
		tl_input_quick_reply_shortcut_gen.go#L179: type InputQuickReplyShortcutID struct {
		tl_input_quick_reply_shortcut_gen.go#L188: func (i InputQuickReplyShortcutID) construct() InputQuickReplyShortcutClass { return &i }
		tl_input_quick_reply_shortcut_gen.go#L192: 	_ bin.Encoder     = &InputQuickReplyShortcutID{}
		tl_input_quick_reply_shortcut_gen.go#L193: 	_ bin.Decoder     = &InputQuickReplyShortcutID{}
		tl_input_quick_reply_shortcut_gen.go#L194: 	_ bin.BareEncoder = &InputQuickReplyShortcutID{}
		tl_input_quick_reply_shortcut_gen.go#L195: 	_ bin.BareDecoder = &InputQuickReplyShortcutID{}
		tl_input_quick_reply_shortcut_gen.go#L197: 	_ InputQuickReplyShortcutClass = &InputQuickReplyShortcutID{}
		tl_input_quick_reply_shortcut_gen.go#L200: func (i *InputQuickReplyShortcutID) Zero() bool {
		tl_input_quick_reply_shortcut_gen.go#L212: func (i *InputQuickReplyShortcutID) String() string {
		tl_input_quick_reply_shortcut_gen.go#L216: 	type Alias InputQuickReplyShortcutID
		tl_input_quick_reply_shortcut_gen.go#L221: func (i *InputQuickReplyShortcutID) FillFrom(from interface {
		tl_input_quick_reply_shortcut_gen.go#L230: func (*InputQuickReplyShortcutID) TypeID() uint32 {
		tl_input_quick_reply_shortcut_gen.go#L235: func (*InputQuickReplyShortcutID) TypeName() string {
		tl_input_quick_reply_shortcut_gen.go#L240: func (i *InputQuickReplyShortcutID) TypeInfo() tdp.Type {
		tl_input_quick_reply_shortcut_gen.go#L259: func (i *InputQuickReplyShortcutID) Encode(b *bin.Buffer) error {
		tl_input_quick_reply_shortcut_gen.go#L268: func (i *InputQuickReplyShortcutID) EncodeBare(b *bin.Buffer) error {
		tl_input_quick_reply_shortcut_gen.go#L277: func (i *InputQuickReplyShortcutID) Decode(b *bin.Buffer) error {
		tl_input_quick_reply_shortcut_gen.go#L288: func (i *InputQuickReplyShortcutID) DecodeBare(b *bin.Buffer) error {
		tl_input_quick_reply_shortcut_gen.go#L303: func (i *InputQuickReplyShortcutID) GetShortcutID() (value int) {
		tl_input_quick_reply_shortcut_gen.go#L367: 		v := InputQuickReplyShortcutID{}
		tl_input_quick_reply_shortcut_slices_gen.go#L135: 		value, ok := elem.(*InputQuickReplyShortcutID)
		tl_input_quick_reply_shortcut_slices_gen.go#L228: type InputQuickReplyShortcutIDArray []InputQuickReplyShortcutID
		tl_input_quick_reply_shortcut_slices_gen.go#L231: func (s InputQuickReplyShortcutIDArray) Sort(less func(a, b InputQuickReplyShortcutID) bool) InputQuickReplyShortcutIDArray {
		tl_input_quick_reply_shortcut_slices_gen.go#L239: func (s InputQuickReplyShortcutIDArray) SortStable(less func(a, b InputQuickReplyShortcutID) bool) InputQuickReplyShortcutIDArray {
		tl_input_quick_reply_shortcut_slices_gen.go#L247: func (s InputQuickReplyShortcutIDArray) Retain(keep func(x InputQuickReplyShortcutID) bool) InputQuickReplyShortcutIDArray {
		tl_input_quick_reply_shortcut_slices_gen.go#L261: func (s InputQuickReplyShortcutIDArray) First() (v InputQuickReplyShortcutID, ok bool) {
		tl_input_quick_reply_shortcut_slices_gen.go#L269: func (s InputQuickReplyShortcutIDArray) Last() (v InputQuickReplyShortcutID, ok bool) {
		tl_input_quick_reply_shortcut_slices_gen.go#L277: func (s *InputQuickReplyShortcutIDArray) PopFirst() (v InputQuickReplyShortcutID, ok bool) {
		tl_input_quick_reply_shortcut_slices_gen.go#L287: 	var zero InputQuickReplyShortcutID
		tl_input_quick_reply_shortcut_slices_gen.go#L296: func (s *InputQuickReplyShortcutIDArray) Pop() (v InputQuickReplyShortcutID, ok bool) {
		tl_registry_gen.go#L6296: 		InputQuickReplyShortcutIDTypeID:                                         func() bin.Object { return &InputQuickReplyShortcutID{} },